Html Css Color HEX #095B55 Mosque

📋 copy color: '#095B55'

red 9 ◦ green 91 ◦ blue 85

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

Shades of Mosque #095B55

Tints of Mosque #095B55

RGB

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

 GREEN value IS 91 (35.94% from 255) = 49.19%

 BLUE value IS 85 (33.59% from 255) = 45.95%

R = 4.86%
G = 49.19%
B = 45.95%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.07

 K value IS 0.64

RGB Variations

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

Color information

#095B55 (or 0x095B55) is known color: Mosque. HEX triplet: 09, 5B and 55. RGB value is (9,91,85). Sum of RGB (Red+Green+Blue) = 9+91+85=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 91 (35.94% from 255 or 49.19% from 185); Blue value is 85 (33.59% from 255 or 45.95% from 185); Max value from RGB is 91 - color contains mainly: green. Hex color #095B55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095B55 is #F6A4AA. Grayscale: #414141. Windows color (decimal): -16164011 or 5593865. OLE color: 5593865.

HSL color Cylindrical-coordinate representation of color #095B55: hue angle of 175.61º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095B55 is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 91 85 -
CMYK 0.90 0 0.07 0.64
HSL 175.61º 0.82% 0.2% -
HSV(B) 175.61º 0.9% 0.36% -
XYZ 5.49 8.2 9.89 -
YUV 65.8 138.83 87.49 -
System Red Green Blue C M Y K H S L
Decimal 9 91 85 0.90 0 0.07 0.64 175.61 0.82 0.2
Hex 9 5B 55 5A 0 7 40 B0 52 14
Octal 11 133 125 132 0 7 100 260 122 24
Binary 1001 1011011 1010101 1011010 0 111 1000000 10110000 1010010 10100

Color Harmonies of #095B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095B55

Black with #095B55

Text Example


Text Example

White with #095B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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