#0C555C

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

Shades of Mosque #0C555C

Tints of Mosque #0C555C

Color information

#0C555C (or 0x0C555C) is unknown color: approx Mosque. HEX triplet: 0C, 55 and 5C. RGB value is (12,85,92). Sum of RGB (Red+Green+Blue) = 12+85+92=189 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.35% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 92 (36.33% from 255 or 48.68% from 189); Max value from RGB is 92 - color contains mainly: blue. Hex color #0C555C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C555C is #F3AAA3. Grayscale: #3F3F3F. Windows color (decimal): -15968932 or 6051084. OLE color: 6051084.

HSL color Cylindrical-coordinate representation of color #0C555C: hue angle of 185.25º 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 #0C555C is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB128592-
CMYK0.870.0800.64
HSL185.25º76.92%20.39%-
HSV(B)185.25º86.96%36.08%-
XYZ5.337.3511.26-
YUV63.97143.8290.93-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.35%
GREEN value IS 85 (33.59% from 255) = 44.97%
BLUE value IS 92 (36.33% from 255) = 48.68%
R=6.35%
G=44.97%
B=48.68%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1285920.870.0800.64185.2576.9220.39
HexC555C578040b94d14
Octal1412513412710010027111524
Binary110010101011011100101011110000100000010111001100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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