#0C585D

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

Shades of Mosque #0C585D

Tints of Mosque #0C585D

Color information

#0C585D (or 0x0C585D) is unknown color: approx Mosque. HEX triplet: 0C, 58 and 5D. RGB value is (12,88,93). Sum of RGB (Red+Green+Blue) = 12+88+93=193 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.22% from 193); Green value is 88 (34.77% from 255 or 45.60% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #0C585D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C585D is #F3A7A2. Grayscale: #414141. Windows color (decimal): -15968163 or 6117388. OLE color: 6117388.

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

Color convert

RGB128893-
CMYK0.870.0500.64
HSL183.7º77.14%20.59%-
HSV(B)183.7º87.1%36.47%-
XYZ5.627.8511.57-
YUV65.85143.3289.59-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.22%
GREEN value IS 88 (34.77% from 255) = 45.60%
BLUE value IS 93 (36.72% from 255) = 48.19%
R=6.22%
G=45.60%
B=48.19%

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
Decimal1288930.870.0500.64183.777.1420.59
HexC585D575040b84d15
Octal141301351275010027011525
Binary11001011000101110110101111010100000010111000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,88,93); }

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

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

 a { background-color: rgb(12,88,93); }

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

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

 span { border-color: rgb(12,88,93); }

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