Html Css Color HEX #005561 Mosque

📋 copy color: '#005561'

red 0 ◦ green 85 ◦ blue 97

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

Shades of Mosque #005561

Tints of Mosque #005561

RGB

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

 GREEN value IS 85 (33.59% from 255) = 46.7%

 BLUE value IS 97 (38.28% from 255) = 53.3%

R = 0%
G = 46.7%
B = 53.3%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#005561 (or 0x005561) is known color: Mosque. HEX triplet: 00, 55 and 61. RGB value is (0,85,97). Sum of RGB (Red+Green+Blue) = 0+85+97=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 97 (38.28% from 255 or 53.30% from 182); Max value from RGB is 97 - color contains mainly: blue. Hex color #005561 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005561 is #FFAA9E. Grayscale: #3C3C3C. Windows color (decimal): -16755359 or 6378752. OLE color: 6378752.

HSL color Cylindrical-coordinate representation of color #005561: hue angle of 187.42º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005561 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 85 97 -
CMYK 1 0.12 0 0.62
HSL 187.42º 1% 0.19% -
HSV(B) 187.42º 1% 0.38% -
XYZ 5.41 7.36 12.44 -
YUV 60.95 148.34 84.52 -
System Red Green Blue C M Y K H S L
Decimal 0 85 97 1 0.12 0 0.62 187.42 1 0.19
Hex 0 55 61 64 C 0 3E BB 64 13
Octal 0 125 141 144 14 0 76 273 144 23
Binary 0 1010101 1100001 1100100 1100 0 111110 10111011 1100100 10011

Color Harmonies of #005561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005561

Black with #005561

Text Example


Text Example

White with #005561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005561; }

 p { color: rgb(0,85,97); }

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

background-color css

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

 a { background-color: rgb(0,85,97); }

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

border-color css

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

 span { border-color: rgb(0,85,97); }

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