Html Css Color HEX #0A5954 Mosque

📋 copy color: '#0A5954'

red 10 ◦ green 89 ◦ blue 84

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

Shades of Mosque #0A5954

Tints of Mosque #0A5954

RGB

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

 GREEN value IS 89 (35.16% from 255) = 48.63%

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

R = 5.46%
G = 48.63%
B = 45.9%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#0A5954 (or 0x0A5954) is known color: Mosque. HEX triplet: 0A, 59 and 54. RGB value is (10,89,84). Sum of RGB (Red+Green+Blue) = 10+89+84=183 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.46% from 183); Green value is 89 (35.16% from 255 or 48.63% from 183); Blue value is 84 (33.20% from 255 or 45.90% from 183); Max value from RGB is 89 - color contains mainly: green. Hex color #0A5954 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5954 is #F5A6AB. Grayscale: #404040. Windows color (decimal): -16098988 or 5527818. OLE color: 5527818.

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

Color convert

RGB 10 89 84 -
CMYK 0.89 0 0.06 0.65
HSL 176.2º 0.8% 0.19% -
HSV(B) 176.2º 0.89% 0.35% -
XYZ 5.3 7.85 9.62 -
YUV 64.81 138.83 88.91 -
System Red Green Blue C M Y K H S L
Decimal 10 89 84 0.89 0 0.06 0.65 176.2 0.8 0.19
Hex A 59 54 59 0 6 41 B0 50 13
Octal 12 131 124 131 0 6 101 260 120 23
Binary 1010 1011001 1010100 1011001 0 110 1000001 10110000 1010000 10011

Color Harmonies of #0A5954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5954

Black with #0A5954

Text Example


Text Example

White with #0A5954

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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