#04565B

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

Shades of Mosque #04565B

Tints of Mosque #04565B

Color information

#04565B (or 0x04565B) is unknown color: approx Mosque. HEX triplet: 04, 56 and 5B. RGB value is (4,86,91). Sum of RGB (Red+Green+Blue) = 4+86+91=181 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.21% from 181); Green value is 86 (33.98% from 255 or 47.51% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #04565B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04565B is #FBA9A4. Grayscale: #3D3D3D. Windows color (decimal): -16492965 or 5985796. OLE color: 5985796.

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

Color convert

RGB48691-
CMYK0.960.0500.64
HSL183.45º91.58%18.63%-
HSV(B)183.45º95.6%35.69%-
XYZ5.277.4411.06-
YUV62.05144.3386.59-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.21%
GREEN value IS 86 (33.98% from 255) = 47.51%
BLUE value IS 91 (35.94% from 255) = 50.28%
R=2.21%
G=47.51%
B=50.28%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal486910.960.0500.64183.4591.5818.63
Hex4565B605040b75c13
Octal41261331405010026713423
Binary1001010110101101111000001010100000010110111101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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