#055F60

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

Shades of Mosque #055F60

Tints of Mosque #055F60

Color information

#055F60 (or 0x055F60) is unknown color: approx Mosque. HEX triplet: 05, 5F and 60. RGB value is (5,95,96). Sum of RGB (Red+Green+Blue) = 5+95+96=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 95 (37.5% from 255 or 48.47% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: blue. Hex color #055F60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055F60 is #FAA09F. Grayscale: #444444. Windows color (decimal): -16425120 or 6315781. OLE color: 6315781.

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

Color convert

RGB59596-
CMYK0.950.0100.62
HSL180.66º90.1%19.8%-
HSV(B)180.66º94.79%37.65%-
XYZ6.279.0612.49-
YUV68.2143.6882.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.55%
GREEN value IS 95 (37.5% from 255) = 48.47%
BLUE value IS 96 (37.89% from 255) = 48.98%
R=2.55%
G=48.47%
B=48.98%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal595960.950.0100.62180.6690.119.8
Hex55F605F103Eb55a14
Octal5137140137107626513224
Binary1011011111110000010111111011111010110101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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