#0A5652

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

Shades of Mosque #0A5652

Tints of Mosque #0A5652

Color information

#0A5652 (or 0x0A5652) is unknown color: approx Mosque. HEX triplet: 0A, 56 and 52. RGB value is (10,86,82). Sum of RGB (Red+Green+Blue) = 10+86+82=178 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.62% from 178); Green value is 86 (33.98% from 255 or 48.31% from 178); Blue value is 82 (32.42% from 255 or 46.07% from 178); Max value from RGB is 86 - color contains mainly: green. Hex color #0A5652 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5652 is #F5A9AD. Grayscale: #3E3E3E. Windows color (decimal): -16099758 or 5395978. OLE color: 5395978.

HSL color Cylindrical-coordinate representation of color #0A5652: hue angle of 176.84º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5652 is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB108682-
CMYK0.8800.050.66
HSL176.84º79.17%18.82%-
HSV(B)176.84º88.37%33.73%-
XYZ4.987.339.14-
YUV62.82138.8290.33-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.62%
GREEN value IS 86 (33.98% from 255) = 48.31%
BLUE value IS 82 (32.42% from 255) = 46.07%
R=5.62%
G=48.31%
B=46.07%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1086820.8800.050.66176.8479.1718.82
HexA5652580542b14f13
Octal121261221300510226111723
Binary10101010110101001010110000101100001010110001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,86,82); }

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

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

 a { background-color: rgb(10,86,82); }

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

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

 span { border-color: rgb(10,86,82); }

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