#04565F

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

Shades of Mosque #04565F

Tints of Mosque #04565F

Color information

#04565F (or 0x04565F) is unknown color: approx Mosque. HEX triplet: 04, 56 and 5F. RGB value is (4,86,95). Sum of RGB (Red+Green+Blue) = 4+86+95=185 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.16% from 185); Green value is 86 (33.98% from 255 or 46.49% from 185); Blue value is 95 (37.5% from 255 or 51.35% from 185); Max value from RGB is 95 - color contains mainly: blue. Hex color #04565F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04565F is #FBA9A0. Grayscale: #3E3E3E. Windows color (decimal): -16492961 or 6247940. OLE color: 6247940.

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

Color convert

RGB48695-
CMYK0.960.0900.63
HSL185.93º91.92%19.41%-
HSV(B)185.93º95.79%37.25%-
XYZ5.447.5111.99-
YUV62.51146.3386.27-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.16%
GREEN value IS 86 (33.98% from 255) = 46.49%
BLUE value IS 95 (37.5% from 255) = 51.35%
R=2.16%
G=46.49%
B=51.35%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal486950.960.0900.63185.9391.9219.41
Hex4565F60903Fba5c13
Octal41261371401107727213423
Binary1001010110101111111000001001011111110111010101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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