Html Css Color HEX #0A5A59 Mosque

📋 copy color: '#0A5A59'

red 10 ◦ green 90 ◦ blue 89

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

Shades of Mosque #0A5A59

Tints of Mosque #0A5A59

RGB

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

 GREEN value IS 90 (35.55% from 255) = 47.62%

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

R = 5.29%
G = 47.62%
B = 47.09%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#0A5A59 (or 0x0A5A59) is known color: Mosque. HEX triplet: 0A, 5A and 59. RGB value is (10,90,89). Sum of RGB (Red+Green+Blue) = 10+90+89=189 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.29% from 189); Green value is 90 (35.55% from 255 or 47.62% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 90 - color contains mainly: green. Hex color #0A5A59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5A59 is #F5A5A6. Grayscale: #414141. Windows color (decimal): -16098727 or 5855754. OLE color: 5855754.

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

Color convert

RGB 10 90 89 -
CMYK 0.89 0 0.01 0.65
HSL 179.25º 0.8% 0.2% -
HSV(B) 179.25º 0.89% 0.35% -
XYZ 5.58 8.1 10.72 -
YUV 65.97 141 88.08 -
System Red Green Blue C M Y K H S L
Decimal 10 90 89 0.89 0 0.01 0.65 179.25 0.8 0.2
Hex A 5A 59 59 0 1 41 B3 50 14
Octal 12 132 131 131 0 1 101 263 120 24
Binary 1010 1011010 1011001 1011001 0 1 1000001 10110011 1010000 10100

Color Harmonies of #0A5A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5A59

Black with #0A5A59

Text Example


Text Example

White with #0A5A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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