Html Css Color HEX #055557 Mosque

📋 copy color: '#055557'

red 5 ◦ green 85 ◦ blue 87

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

Shades of Mosque #055557

Tints of Mosque #055557

RGB

 RED value IS 5 (2.34% from 255) = 2.82%

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

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

R = 2.82%
G = 48.02%
B = 49.15%

CMYK

 C value IS 0.94

 M value IS 0.02

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#055557 (or 0x055557) is known color: Mosque. HEX triplet: 05, 55 and 57. RGB value is (5,85,87). Sum of RGB (Red+Green+Blue) = 5+85+87=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 87 (34.38% from 255 or 49.15% from 177); Max value from RGB is 87 - color contains mainly: blue. Hex color #055557 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055557 is #FAAAA8. Grayscale: #3D3D3D. Windows color (decimal): -16427689 or 5723397. OLE color: 5723397.

HSL color Cylindrical-coordinate representation of color #055557: hue angle of 181.46º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055557 is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 5 85 87 -
CMYK 0.94 0.02 0 0.66
HSL 181.46º 0.89% 0.18% -
HSV(B) 181.46º 0.94% 0.34% -
XYZ 5.03 7.22 10.14 -
YUV 61.31 142.5 87.84 -
System Red Green Blue C M Y K H S L
Decimal 5 85 87 0.94 0.02 0 0.66 181.46 0.89 0.18
Hex 5 55 57 5E 2 0 42 B5 59 12
Octal 5 125 127 136 2 0 102 265 131 22
Binary 101 1010101 1010111 1011110 10 0 1000010 10110101 1011001 10010

Color Harmonies of #055557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055557

Black with #055557

Text Example


Text Example

White with #055557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055557; }

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

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

background-color css

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

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

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

border-color css

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

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

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