Html Css Color HEX #095A53 Mosque

📋 copy color: '#095A53'

red 9 ◦ green 90 ◦ blue 83

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

Shades of Mosque #095A53

Tints of Mosque #095A53

RGB

 RED value IS 9 (3.91% from 255) = 4.95%

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

 BLUE value IS 83 (32.81% from 255) = 45.6%

R = 4.95%
G = 49.45%
B = 45.6%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#095A53 (or 0x095A53) is known color: Mosque. HEX triplet: 09, 5A and 53. RGB value is (9,90,83). Sum of RGB (Red+Green+Blue) = 9+90+83=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 90 (35.55% from 255 or 49.45% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 90 - color contains mainly: green. Hex color #095A53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095A53 is #F6A5AC. Grayscale: #404040. Windows color (decimal): -16164269 or 5462537. OLE color: 5462537.

HSL color Cylindrical-coordinate representation of color #095A53: hue angle of 174.81º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095A53 is Cyan = 0.9, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 90 83 -
CMYK 0.9 0 0.08 0.65
HSL 174.81º 0.82% 0.19% -
HSV(B) 174.81º 0.9% 0.35% -
XYZ 5.33 7.99 9.45 -
YUV 64.98 138.16 88.07 -
System Red Green Blue C M Y K H S L
Decimal 9 90 83 0.9 0 0.08 0.65 174.81 0.82 0.19
Hex 9 5A 53 5A 0 8 41 AF 52 13
Octal 11 132 123 132 0 10 101 257 122 23
Binary 1001 1011010 1010011 1011010 0 1000 1000001 10101111 1010010 10011

Color Harmonies of #095A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095A53

Black with #095A53

Text Example


Text Example

White with #095A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095A53; }

 p { color: rgb(9,90,83); }

 H1.HeaderClassName
 {
   color: #095A53;
 }
 .AnyTagClassName
 {
   color: #095A53;
 }
</style>

background-color css

<style>
 a { background-color: #095A53; }

 a { background-color: rgb(9,90,83); }

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

border-color css

<style>
 span { border-color: #095A53; }

 span { border-color: rgb(9,90,83); }

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