Html Css Color HEX #095954 Mosque

📋 copy color: '#095954'

red 9 ◦ green 89 ◦ blue 84

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

Shades of Mosque #095954

Tints of Mosque #095954

RGB

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

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

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

R = 4.95%
G = 48.9%
B = 46.15%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#095954 (or 0x095954) is known color: Mosque. HEX triplet: 09, 59 and 54. RGB value is (9,89,84). Sum of RGB (Red+Green+Blue) = 9+89+84=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 89 (35.16% from 255 or 48.90% from 182); Blue value is 84 (33.20% from 255 or 46.15% from 182); Max value from RGB is 89 - color contains mainly: green. Hex color #095954 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095954 is #F6A6AB. Grayscale: #404040. Windows color (decimal): -16164524 or 5527817. OLE color: 5527817.

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

Color convert

RGB 9 89 84 -
CMYK 0.90 0 0.06 0.65
HSL 176.25º 0.82% 0.19% -
HSV(B) 176.25º 0.9% 0.35% -
XYZ 5.29 7.84 9.62 -
YUV 64.51 139 88.41 -
System Red Green Blue C M Y K H S L
Decimal 9 89 84 0.90 0 0.06 0.65 176.25 0.82 0.19
Hex 9 59 54 5A 0 6 41 B0 52 13
Octal 11 131 124 132 0 6 101 260 122 23
Binary 1001 1011001 1010100 1011010 0 110 1000001 10110000 1010010 10011

Color Harmonies of #095954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095954

Black with #095954

Text Example


Text Example

White with #095954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095954; }

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

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

background-color css

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

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

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

border-color css

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

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

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