#055F5C

Color #055F5C Mosque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mosque #055F5C

Tints of Mosque #055F5C

Color information

#055F5C (or 0x055F5C) is unknown color: approx Mosque. HEX triplet: 05, 5F and 5C. RGB value is (5,95,92). Sum of RGB (Red+Green+Blue) = 5+95+92=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 95 (37.5% from 255 or 49.48% from 192); Blue value is 92 (36.33% from 255 or 47.92% from 192); Max value from RGB is 95 - color contains mainly: green. Hex color #055F5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055F5C is #FAA0A3. Grayscale: #434343. Windows color (decimal): -16425124 or 6053637. OLE color: 6053637.

HSL color Cylindrical-coordinate representation of color #055F5C: hue angle of 178º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055F5C is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.

Color convert

RGB59592-
CMYK0.9500.030.63
HSL178º90%19.61%-
HSV(B)178º94.74%37.25%-
XYZ6.098.9911.54-
YUV67.75141.6883.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.60%
GREEN value IS 95 (37.5% from 255) = 49.48%
BLUE value IS 92 (36.33% from 255) = 47.92%
R=2.60%
G=49.48%
B=47.92%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal595920.9500.030.631789019.61
Hex55F5C5F033Fb25a14
Octal5137134137037726213224
Binary10110111111011100101111101111111110110010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055F5C; }

 p { color: rgb(5,95,92); }

 H1.HeaderClassName
 {
   color: #055F5C;
 }
 .AnyTagClassName
 {
   color: #055F5C;
 }
</style>
background-color css

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

 a { background-color: rgb(5,95,92); }

 div.DivClassName
 {
   background-color: #055F5C;
 }
 .BgClassName
 {
   background-color: #055F5C;
 }
</style>
border-color css

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

 span { border-color: rgb(5,95,92); }

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