Html Css Color HEX #0A5F52 Mosque

📋 copy color: '#0A5F52'

red 10 ◦ green 95 ◦ blue 82

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

Shades of Mosque #0A5F52

Tints of Mosque #0A5F52

RGB

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

 GREEN value IS 95 (37.5% from 255) = 50.8%

 BLUE value IS 82 (32.42% from 255) = 43.85%

R = 5.35%
G = 50.8%
B = 43.85%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.14

 K value IS 0.63

RGB Variations

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

Color information

#0A5F52 (or 0x0A5F52) is known color: Mosque. HEX triplet: 0A, 5F and 52. RGB value is (10,95,82). Sum of RGB (Red+Green+Blue) = 10+95+82=187 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.35% from 187); Green value is 95 (37.5% from 255 or 50.80% from 187); Blue value is 82 (32.42% from 255 or 43.85% from 187); Max value from RGB is 95 - color contains mainly: green. Hex color #0A5F52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5F52 is #F5A0AD. Grayscale: #444444. Windows color (decimal): -16097454 or 5398282. OLE color: 5398282.

HSL color Cylindrical-coordinate representation of color #0A5F52: hue angle of 170.82º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5F52 is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.

Color convert

RGB 10 95 82 -
CMYK 0.89 0 0.14 0.63
HSL 170.82º 0.81% 0.21% -
HSV(B) 170.82º 0.89% 0.37% -
XYZ 5.74 8.86 9.39 -
YUV 68.1 135.84 86.56 -
System Red Green Blue C M Y K H S L
Decimal 10 95 82 0.89 0 0.14 0.63 170.82 0.81 0.21
Hex A 5F 52 59 0 E 3F AB 51 15
Octal 12 137 122 131 0 16 77 253 121 25
Binary 1010 1011111 1010010 1011001 0 1110 111111 10101011 1010001 10101

Color Harmonies of #0A5F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5F52

Black with #0A5F52

Text Example


Text Example

White with #0A5F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,95,82); }

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

background-color css

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

 a { background-color: rgb(10,95,82); }

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

border-color css

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

 span { border-color: rgb(10,95,82); }

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