Html Css Color HEX #095559 Mosque

📋 copy color: '#095559'

red 9 ◦ green 85 ◦ blue 89

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

Shades of Mosque #095559

Tints of Mosque #095559

RGB

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

 GREEN value IS 85 (33.59% from 255) = 46.45%

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

R = 4.92%
G = 46.45%
B = 48.63%

CMYK

 C value IS 0.90

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#095559 (or 0x095559) is known color: Mosque. HEX triplet: 09, 55 and 59. RGB value is (9,85,89). Sum of RGB (Red+Green+Blue) = 9+85+89=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: blue. Hex color #095559 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095559 is #F6AAA6. Grayscale: #3E3E3E. Windows color (decimal): -16165543 or 5854473. OLE color: 5854473.

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

Color convert

RGB 9 85 89 -
CMYK 0.90 0.04 0 0.65
HSL 183º 0.82% 0.19% -
HSV(B) 183º 0.9% 0.35% -
XYZ 5.16 7.28 10.58 -
YUV 62.73 142.82 89.67 -
System Red Green Blue C M Y K H S L
Decimal 9 85 89 0.90 0.04 0 0.65 183 0.82 0.19
Hex 9 55 59 5A 4 0 41 B7 52 13
Octal 11 125 131 132 4 0 101 267 122 23
Binary 1001 1010101 1011001 1011010 100 0 1000001 10110111 1010010 10011

Color Harmonies of #095559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095559

Black with #095559

Text Example


Text Example

White with #095559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095559; }

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

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

background-color css

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

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

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

border-color css

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

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

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