Html Css Color HEX #0A5751 Mosque

📋 copy color: '#0A5751'

red 10 ◦ green 87 ◦ blue 81

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

Shades of Mosque #0A5751

Tints of Mosque #0A5751

RGB

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

 GREEN value IS 87 (34.38% from 255) = 48.88%

 BLUE value IS 81 (32.03% from 255) = 45.51%

R = 5.62%
G = 48.88%
B = 45.51%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#0A5751 (or 0x0A5751) is known color: Mosque. HEX triplet: 0A, 57 and 51. RGB value is (10,87,81). Sum of RGB (Red+Green+Blue) = 10+87+81=178 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.62% from 178); Green value is 87 (34.38% from 255 or 48.88% from 178); Blue value is 81 (32.03% from 255 or 45.51% from 178); Max value from RGB is 87 - color contains mainly: green. Hex color #0A5751 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5751 is #F5A8AE. Grayscale: #3F3F3F. Windows color (decimal): -16099503 or 5330698. OLE color: 5330698.

HSL color Cylindrical-coordinate representation of color #0A5751: hue angle of 175.32º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5751 is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB 10 87 81 -
CMYK 0.89 0 0.07 0.66
HSL 175.32º 0.79% 0.19% -
HSV(B) 175.32º 0.89% 0.34% -
XYZ 5.02 7.48 8.96 -
YUV 63.29 137.99 89.99 -
System Red Green Blue C M Y K H S L
Decimal 10 87 81 0.89 0 0.07 0.66 175.32 0.79 0.19
Hex A 57 51 59 0 7 42 AF 4F 13
Octal 12 127 121 131 0 7 102 257 117 23
Binary 1010 1010111 1010001 1011001 0 111 1000010 10101111 1001111 10011

Color Harmonies of #0A5751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5751

Black with #0A5751

Text Example


Text Example

White with #0A5751

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,87,81); }

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

background-color css

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

 a { background-color: rgb(10,87,81); }

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

border-color css

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

 span { border-color: rgb(10,87,81); }

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