Html Css Color HEX #00564B Mosque

📋 copy color: '#00564B'

red 0 ◦ green 86 ◦ blue 75

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

Shades of Mosque #00564B

Tints of Mosque #00564B

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 75 (29.69% from 255) = 46.58%

R = 0%
G = 53.42%
B = 46.58%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#00564B (or 0x00564B) is known color: Mosque. HEX triplet: 00, 56 and 4B. RGB value is (0,86,75). Sum of RGB (Red+Green+Blue) = 0+86+75=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 86 (33.98% from 255 or 53.42% from 161); Blue value is 75 (29.69% from 255 or 46.58% from 161); Max value from RGB is 86 - color contains mainly: green. Hex color #00564B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00564B is #FFA9B4. Grayscale: #3A3A3A. Windows color (decimal): -16755125 or 4937216. OLE color: 4937216.

HSL color Cylindrical-coordinate representation of color #00564B: hue angle of 172.33º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00564B is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB 0 86 75 -
CMYK 1 0 0.13 0.66
HSL 172.33º 1% 0.17% -
HSV(B) 172.33º 1% 0.34% -
XYZ 4.6 7.16 7.8 -
YUV 59.03 137.01 85.89 -
System Red Green Blue C M Y K H S L
Decimal 0 86 75 1 0 0.13 0.66 172.33 1 0.17
Hex 0 56 4B 64 0 D 42 AC 64 11
Octal 0 126 113 144 0 15 102 254 144 21
Binary 0 1010110 1001011 1100100 0 1101 1000010 10101100 1100100 10001

Color Harmonies of #00564B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00564B

Black with #00564B

Text Example


Text Example

White with #00564B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,86,75); }

 H1.HeaderClassName
 {
   color: #00564B;
 }
 .AnyTagClassName
 {
   color: #00564B;
 }
</style>

background-color css

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

 a { background-color: rgb(0,86,75); }

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

border-color css

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

 span { border-color: rgb(0,86,75); }

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