#055F61

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

Shades of Mosque #055F61

Tints of Mosque #055F61

Color information

#055F61 (or 0x055F61) is unknown color: approx Mosque. HEX triplet: 05, 5F and 61. RGB value is (5,95,97). Sum of RGB (Red+Green+Blue) = 5+95+97=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 95 (37.5% from 255 or 48.22% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 97 - color contains mainly: blue. Hex color #055F61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055F61 is #FAA09E. Grayscale: #444444. Windows color (decimal): -16425119 or 6381317. OLE color: 6381317.

HSL color Cylindrical-coordinate representation of color #055F61: hue angle of 181.3º 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 #055F61 is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB59597-
CMYK0.950.0200.62
HSL181.3º90.2%20%-
HSV(B)181.3º94.85%38.04%-
XYZ6.319.0812.73-
YUV68.32144.1882.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.54%
GREEN value IS 95 (37.5% from 255) = 48.22%
BLUE value IS 97 (38.28% from 255) = 49.24%
R=2.54%
G=48.22%
B=49.24%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal595970.950.0200.62181.390.220
Hex55F615F203Eb55a14
Octal5137141137207626513224
Binary10110111111100001101111110011111010110101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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