Html Css Color HEX #095852 Mosque

📋 copy color: '#095852'

red 9 ◦ green 88 ◦ blue 82

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

Shades of Mosque #095852

Tints of Mosque #095852

RGB

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

 GREEN value IS 88 (34.77% from 255) = 49.16%

 BLUE value IS 82 (32.42% from 255) = 45.81%

R = 5.03%
G = 49.16%
B = 45.81%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#095852 (or 0x095852) is known color: Mosque. HEX triplet: 09, 58 and 52. RGB value is (9,88,82). Sum of RGB (Red+Green+Blue) = 9+88+82=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 88 (34.77% from 255 or 49.16% from 179); Blue value is 82 (32.42% from 255 or 45.81% from 179); Max value from RGB is 88 - color contains mainly: green. Hex color #095852 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095852 is #F6A7AD. Grayscale: #3F3F3F. Windows color (decimal): -16164782 or 5396489. OLE color: 5396489.

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

Color convert

RGB 9 88 82 -
CMYK 0.90 0 0.07 0.65
HSL 175.44º 0.81% 0.19% -
HSV(B) 175.44º 0.9% 0.35% -
XYZ 5.13 7.65 9.19 -
YUV 63.7 138.33 88.99 -
System Red Green Blue C M Y K H S L
Decimal 9 88 82 0.90 0 0.07 0.65 175.44 0.81 0.19
Hex 9 58 52 5A 0 7 41 AF 51 13
Octal 11 130 122 132 0 7 101 257 121 23
Binary 1001 1011000 1010010 1011010 0 111 1000001 10101111 1010001 10011

Color Harmonies of #095852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095852

Black with #095852

Text Example


Text Example

White with #095852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095852; }

 p { color: rgb(9,88,82); }

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

background-color css

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

 a { background-color: rgb(9,88,82); }

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

border-color css

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

 span { border-color: rgb(9,88,82); }

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