#0C5F56

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

Shades of Mosque #0C5F56

Tints of Mosque #0C5F56

Color information

#0C5F56 (or 0x0C5F56) is unknown color: approx Mosque. HEX triplet: 0C, 5F and 56. RGB value is (12,95,86). Sum of RGB (Red+Green+Blue) = 12+95+86=193 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.22% from 193); Green value is 95 (37.5% from 255 or 49.22% from 193); Blue value is 86 (33.98% from 255 or 44.56% from 193); Max value from RGB is 95 - color contains mainly: green. Hex color #0C5F56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5F56 is #F3A0A9. Grayscale: #454545. Windows color (decimal): -15966378 or 5660428. OLE color: 5660428.

HSL color Cylindrical-coordinate representation of color #0C5F56: hue angle of 173.49º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C5F56 is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.

Color convert

RGB129586-
CMYK0.8700.090.63
HSL173.49º77.57%20.98%-
HSV(B)173.49º87.37%37.25%-
XYZ5.928.9310.22-
YUV69.16137.587.23-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.22%
GREEN value IS 95 (37.5% from 255) = 49.22%
BLUE value IS 86 (33.98% from 255) = 44.56%
R=6.22%
G=49.22%
B=44.56%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1295860.8700.090.63173.4977.5720.98
HexC5F5657093Fad4e15
Octal141371261270117725511625
Binary11001011111101011010101110100111111110101101100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C5F56; }

 p { color: rgb(12,95,86); }

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

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

 a { background-color: rgb(12,95,86); }

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

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

 span { border-color: rgb(12,95,86); }

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