Html Css Color HEX #086253 Mosque

📋 copy color: '#086253'

red 8 ◦ green 98 ◦ blue 83

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

Shades of Mosque #086253

Tints of Mosque #086253

RGB

 RED value IS 8 (3.52% from 255) = 4.23%

 GREEN value IS 98 (38.67% from 255) = 51.85%

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

R = 4.23%
G = 51.85%
B = 43.92%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#086253 (or 0x086253) is known color: Mosque. HEX triplet: 08, 62 and 53. RGB value is (8,98,83). Sum of RGB (Red+Green+Blue) = 8+98+83=189 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.23% from 189); Green value is 98 (38.67% from 255 or 51.85% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 98 - color contains mainly: green. Hex color #086253 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086253 is #F79DAC. Grayscale: #454545. Windows color (decimal): -16227757 or 5464584. OLE color: 5464584.

HSL color Cylindrical-coordinate representation of color #086253: hue angle of 170º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086253 is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 98 83 -
CMYK 0.92 0 0.15 0.62
HSL 170º 0.85% 0.21% -
HSV(B) 170º 0.92% 0.38% -
XYZ 6.03 9.41 9.68 -
YUV 69.38 135.68 84.22 -
System Red Green Blue C M Y K H S L
Decimal 8 98 83 0.92 0 0.15 0.62 170 0.85 0.21
Hex 8 62 53 5C 0 F 3E AA 55 15
Octal 10 142 123 134 0 17 76 252 125 25
Binary 1000 1100010 1010011 1011100 0 1111 111110 10101010 1010101 10101

Color Harmonies of #086253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086253

Black with #086253

Text Example


Text Example

White with #086253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086253; }

 p { color: rgb(8,98,83); }

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

background-color css

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

 a { background-color: rgb(8,98,83); }

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

border-color css

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

 span { border-color: rgb(8,98,83); }

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