#0A565B

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

Shades of Mosque #0A565B

Tints of Mosque #0A565B

Color information

#0A565B (or 0x0A565B) is unknown color: approx Mosque. HEX triplet: 0A, 56 and 5B. RGB value is (10,86,91). Sum of RGB (Red+Green+Blue) = 10+86+91=187 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.35% from 187); Green value is 86 (33.98% from 255 or 45.99% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #0A565B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A565B is #F5A9A4. Grayscale: #3F3F3F. Windows color (decimal): -16099749 or 5985802. OLE color: 5985802.

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

Color convert

RGB108691-
CMYK0.890.0500.64
HSL183.7º80.2%19.8%-
HSV(B)183.7º89.01%35.69%-
XYZ5.347.4811.06-
YUV63.85143.3289.59-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.35%
GREEN value IS 86 (33.98% from 255) = 45.99%
BLUE value IS 91 (35.94% from 255) = 48.66%
R=5.35%
G=45.99%
B=48.66%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1086910.890.0500.64183.780.219.8
HexA565B595040b85014
Octal121261331315010027012024
Binary10101010110101101110110011010100000010111000101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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