#0A5C60

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

Shades of Mosque #0A5C60

Tints of Mosque #0A5C60

Color information

#0A5C60 (or 0x0A5C60) is unknown color: approx Mosque. HEX triplet: 0A, 5C and 60. RGB value is (10,92,96). Sum of RGB (Red+Green+Blue) = 10+92+96=198 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.05% from 198); Green value is 92 (36.33% from 255 or 46.46% from 198); Blue value is 96 (37.89% from 255 or 48.48% from 198); Max value from RGB is 96 - color contains mainly: blue. Hex color #0A5C60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5C60 is #F5A39F. Grayscale: #434343. Windows color (decimal): -16098208 or 6315018. OLE color: 6315018.

HSL color Cylindrical-coordinate representation of color #0A5C60: hue angle of 182.79º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A5C60 is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB109296-
CMYK0.900.0400.62
HSL182.79º81.13%20.78%-
HSV(B)182.79º89.58%37.65%-
XYZ6.068.5612.4-
YUV67.94143.8386.67-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.05%
GREEN value IS 92 (36.33% from 255) = 46.46%
BLUE value IS 96 (37.89% from 255) = 48.48%
R=5.05%
G=46.46%
B=48.48%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1092960.900.0400.62182.7981.1320.78
HexA5C605A403Eb75115
Octal12134140132407626712125
Binary1010101110011000001011010100011111010110111101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,92,96); }

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

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

 a { background-color: rgb(10,92,96); }

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

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

 span { border-color: rgb(10,92,96); }

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