Html Css Color HEX #005557 Mosque

📋 copy color: '#005557'

red 0 ◦ green 85 ◦ blue 87

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

Shades of Mosque #005557

Tints of Mosque #005557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 50.58%

R = 0%
G = 49.42%
B = 50.58%

CMYK

 C value IS 1

 M value IS 0.02

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#005557 (or 0x005557) is known color: Mosque. HEX triplet: 00, 55 and 57. RGB value is (0,85,87). Sum of RGB (Red+Green+Blue) = 0+85+87=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 87 (34.38% from 255 or 50.58% from 172); Max value from RGB is 87 - color contains mainly: blue. Hex color #005557 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005557 is #FFAAA8. Grayscale: #3B3B3B. Windows color (decimal): -16755369 or 5723392. OLE color: 5723392.

HSL color Cylindrical-coordinate representation of color #005557: hue angle of 181.38º 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 #005557 is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 0 85 87 -
CMYK 1 0.02 0 0.66
HSL 181.38º 1% 0.17% -
HSV(B) 181.38º 1% 0.34% -
XYZ 4.97 7.19 10.14 -
YUV 59.81 143.34 85.34 -
System Red Green Blue C M Y K H S L
Decimal 0 85 87 1 0.02 0 0.66 181.38 1 0.17
Hex 0 55 57 64 2 0 42 B5 64 11
Octal 0 125 127 144 2 0 102 265 144 21
Binary 0 1010101 1010111 1100100 10 0 1000010 10110101 1100100 10001

Color Harmonies of #005557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005557

Black with #005557

Text Example


Text Example

White with #005557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005557; }

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

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

background-color css

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

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

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

border-color css

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

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

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