#0C575C

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

Shades of Mosque #0C575C

Tints of Mosque #0C575C

Color information

#0C575C (or 0x0C575C) is unknown color: approx Mosque. HEX triplet: 0C, 57 and 5C. RGB value is (12,87,92). Sum of RGB (Red+Green+Blue) = 12+87+92=191 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.28% from 191); Green value is 87 (34.38% from 255 or 45.55% from 191); Blue value is 92 (36.33% from 255 or 48.17% from 191); Max value from RGB is 92 - color contains mainly: blue. Hex color #0C575C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C575C is #F3A8A3. Grayscale: #414141. Windows color (decimal): -15968420 or 6051596. OLE color: 6051596.

HSL color Cylindrical-coordinate representation of color #0C575C: hue angle of 183.75º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C575C is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB128792-
CMYK0.870.0500.64
HSL183.75º76.92%20.39%-
HSV(B)183.75º86.96%36.08%-
XYZ5.497.6711.32-
YUV65.14143.1590.09-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.28%
GREEN value IS 87 (34.38% from 255) = 45.55%
BLUE value IS 92 (36.33% from 255) = 48.17%
R=6.28%
G=45.55%
B=48.17%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1287920.870.0500.64183.7576.9220.39
HexC575C575040b84d14
Octal141271341275010027011524
Binary11001010111101110010101111010100000010111000100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,87,92); }

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

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

 a { background-color: rgb(12,87,92); }

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

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

 span { border-color: rgb(12,87,92); }

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