Html Css Color HEX #0A5A54 Mosque

📋 copy color: '#0A5A54'

red 10 ◦ green 90 ◦ blue 84

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

Shades of Mosque #0A5A54

Tints of Mosque #0A5A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 45.65%

R = 5.43%
G = 48.91%
B = 45.65%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#0A5A54 (or 0x0A5A54) is known color: Mosque. HEX triplet: 0A, 5A and 54. RGB value is (10,90,84). Sum of RGB (Red+Green+Blue) = 10+90+84=184 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.43% from 184); Green value is 90 (35.55% from 255 or 48.91% from 184); Blue value is 84 (33.20% from 255 or 45.65% from 184); Max value from RGB is 90 - color contains mainly: green. Hex color #0A5A54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5A54 is #F5A5AB. Grayscale: #414141. Windows color (decimal): -16098732 or 5528074. OLE color: 5528074.

HSL color Cylindrical-coordinate representation of color #0A5A54: hue angle of 175.5º 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 #0A5A54 is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 10 90 84 -
CMYK 0.89 0 0.07 0.65
HSL 175.5º 0.8% 0.2% -
HSV(B) 175.5º 0.89% 0.35% -
XYZ 5.38 8.02 9.65 -
YUV 65.4 138.5 88.49 -
System Red Green Blue C M Y K H S L
Decimal 10 90 84 0.89 0 0.07 0.65 175.5 0.8 0.2
Hex A 5A 54 59 0 7 41 B0 50 14
Octal 12 132 124 131 0 7 101 260 120 24
Binary 1010 1011010 1010100 1011001 0 111 1000001 10110000 1010000 10100

Color Harmonies of #0A5A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5A54

Black with #0A5A54

Text Example


Text Example

White with #0A5A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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