#055D61

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

Shades of Mosque #055D61

Tints of Mosque #055D61

Color information

#055D61 (or 0x055D61) is unknown color: approx Mosque. HEX triplet: 05, 5D and 61. RGB value is (5,93,97). Sum of RGB (Red+Green+Blue) = 5+93+97=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 93 (36.72% from 255 or 47.69% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 97 - color contains mainly: blue. Hex color #055D61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055D61 is #FAA29E. Grayscale: #434343. Windows color (decimal): -16425631 or 6380805. OLE color: 6380805.

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

Color convert

RGB59397-
CMYK0.950.0400.62
HSL182.61º90.2%20%-
HSV(B)182.61º94.85%38.04%-
XYZ6.138.7212.67-
YUV67.14144.8583.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.56%
GREEN value IS 93 (36.72% from 255) = 47.69%
BLUE value IS 97 (38.28% from 255) = 49.74%
R=2.56%
G=47.69%
B=49.74%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal593970.950.0400.62182.6190.220
Hex55D615F403Eb75a14
Octal5135141137407626713224
Binary101101110111000011011111100011111010110111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,93,97); }

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

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

 a { background-color: rgb(5,93,97); }

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

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

 span { border-color: rgb(5,93,97); }

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