Html Css Color HEX #0A5559 Mosque

📋 copy color: '#0A5559'

red 10 ◦ green 85 ◦ blue 89

#0A5559
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mosque #0A5559

Tints of Mosque #0A5559

RGB

 RED value IS 10 (4.3% from 255) = 5.43%

 GREEN value IS 85 (33.59% from 255) = 46.2%

 BLUE value IS 89 (35.16% from 255) = 48.37%

R = 5.43%
G = 46.2%
B = 48.37%

CMYK

 C value IS 0.89

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0A5559 (or 0x0A5559) is known color: Mosque. HEX triplet: 0A, 55 and 59. RGB value is (10,85,89). Sum of RGB (Red+Green+Blue) = 10+85+89=184 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.43% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 89 (35.16% from 255 or 48.37% from 184); Max value from RGB is 89 - color contains mainly: blue. Hex color #0A5559 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5559 is #F5AAA6. Grayscale: #3E3E3E. Windows color (decimal): -16100007 or 5854474. OLE color: 5854474.

HSL color Cylindrical-coordinate representation of color #0A5559: hue angle of 183.04º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5559 is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 10 85 89 -
CMYK 0.89 0.04 0 0.65
HSL 183.04º 0.8% 0.19% -
HSV(B) 183.04º 0.89% 0.35% -
XYZ 5.18 7.28 10.58 -
YUV 63.03 142.65 90.17 -
System Red Green Blue C M Y K H S L
Decimal 10 85 89 0.89 0.04 0 0.65 183.04 0.8 0.19
Hex A 55 59 59 4 0 41 B7 50 13
Octal 12 125 131 131 4 0 101 267 120 23
Binary 1010 1010101 1011001 1011001 100 0 1000001 10110111 1010000 10011

Color Harmonies of #0A5559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5559

Black with #0A5559

Text Example


Text Example

White with #0A5559

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,85,89); }

 H1.HeaderClassName
 {
   color: #0A5559;
 }
 .AnyTagClassName
 {
   color: #0A5559;
 }
</style>

background-color css

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

 a { background-color: rgb(10,85,89); }

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

border-color css

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

 span { border-color: rgb(10,85,89); }

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