#01565B

Color #01565B Mosque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mosque #01565B

Tints of Mosque #01565B

Color information

#01565B (or 0x01565B) is unknown color: approx Mosque. HEX triplet: 01, 56 and 5B. RGB value is (1,86,91). Sum of RGB (Red+Green+Blue) = 1+86+91=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 86 (33.98% from 255 or 48.31% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #01565B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01565B is #FEA9A4. Grayscale: #3D3D3D. Windows color (decimal): -16689573 or 5985793. OLE color: 5985793.

HSL color Cylindrical-coordinate representation of color #01565B: hue angle of 183.33º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01565B is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB18691-
CMYK0.990.0500.64
HSL183.33º97.83%18.04%-
HSV(B)183.33º98.9%35.69%-
XYZ5.237.4211.05-
YUV61.16144.8485.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 86 (33.98% from 255) = 48.31%
BLUE value IS 91 (35.94% from 255) = 51.12%
R=0.56%
G=48.31%
B=51.12%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal186910.990.0500.64183.3397.8318.04
Hex1565B635040b76212
Octal11261331435010026714222
Binary11010110101101111000111010100000010110111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01565B; }

 p { color: rgb(1,86,91); }

 H1.HeaderClassName
 {
   color: #01565B;
 }
 .AnyTagClassName
 {
   color: #01565B;
 }
</style>
background-color css

<style>
 a { background-color: #01565B; }

 a { background-color: rgb(1,86,91); }

 div.DivClassName
 {
   background-color: #01565B;
 }
 .BgClassName
 {
   background-color: #01565B;
 }
</style>
border-color css

<style>
 span { border-color: #01565B; }

 span { border-color: rgb(1,86,91); }

 td.TdClassName
 {
   border-color: #01565B;
 }
 .TagClassName
 {
   border-color: #01565B;
 }
</style>