Html Css Color HEX #04564C Mosque

📋 copy color: '#04564C'

red 4 ◦ green 86 ◦ blue 76

#04564C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mosque #04564C

Tints of Mosque #04564C

RGB

 RED value IS 4 (1.95% from 255) = 2.41%

 GREEN value IS 86 (33.98% from 255) = 51.81%

 BLUE value IS 76 (30.08% from 255) = 45.78%

R = 2.41%
G = 51.81%
B = 45.78%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.12

 K value IS 0.66

RGB Variations

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

Color information

#04564C (or 0x04564C) is known color: Mosque. HEX triplet: 04, 56 and 4C. RGB value is (4,86,76). Sum of RGB (Red+Green+Blue) = 4+86+76=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 86 (33.98% from 255 or 51.81% from 166); Blue value is 76 (30.08% from 255 or 45.78% from 166); Max value from RGB is 86 - color contains mainly: green. Hex color #04564C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04564C is #FBA9B3. Grayscale: #3C3C3C. Windows color (decimal): -16492980 or 5002756. OLE color: 5002756.

HSL color Cylindrical-coordinate representation of color #04564C: hue angle of 172.68º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04564C is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB 4 86 76 -
CMYK 0.95 0 0.12 0.66
HSL 172.68º 0.91% 0.18% -
HSV(B) 172.68º 0.95% 0.34% -
XYZ 4.68 7.2 7.98 -
YUV 60.34 136.83 87.81 -
System Red Green Blue C M Y K H S L
Decimal 4 86 76 0.95 0 0.12 0.66 172.68 0.91 0.18
Hex 4 56 4C 5F 0 C 42 AD 5B 12
Octal 4 126 114 137 0 14 102 255 133 22
Binary 100 1010110 1001100 1011111 0 1100 1000010 10101101 1011011 10010

Color Harmonies of #04564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04564C

Black with #04564C

Text Example


Text Example

White with #04564C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04564C; }

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

 H1.HeaderClassName
 {
   color: #04564C;
 }
 .AnyTagClassName
 {
   color: #04564C;
 }
</style>

background-color css

<style>
 a { background-color: #04564C; }

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

 div.DivClassName
 {
   background-color: #04564C;
 }
 .BgClassName
 {
   background-color: #04564C;
 }
</style>

border-color css

<style>
 span { border-color: #04564C; }

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

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