Html Css Color HEX #086258 Mosque

📋 copy color: '#086258'

red 8 ◦ green 98 ◦ blue 88

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

Shades of Mosque #086258

Tints of Mosque #086258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 45.36%

R = 4.12%
G = 50.52%
B = 45.36%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#086258 (or 0x086258) is known color: Mosque. HEX triplet: 08, 62 and 58. RGB value is (8,98,88). Sum of RGB (Red+Green+Blue) = 8+98+88=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 98 (38.67% from 255 or 50.52% from 194); Blue value is 88 (34.77% from 255 or 45.36% from 194); Max value from RGB is 98 - color contains mainly: green. Hex color #086258 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086258 is #F79DA7. Grayscale: #454545. Windows color (decimal): -16227752 or 5792264. OLE color: 5792264.

HSL color Cylindrical-coordinate representation of color #086258: hue angle of 173.33º 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 #086258 is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 98 88 -
CMYK 0.92 0 0.10 0.62
HSL 173.33º 0.85% 0.21% -
HSV(B) 173.33º 0.92% 0.38% -
XYZ 6.23 9.49 10.74 -
YUV 69.95 138.18 83.81 -
System Red Green Blue C M Y K H S L
Decimal 8 98 88 0.92 0 0.10 0.62 173.33 0.85 0.21
Hex 8 62 58 5C 0 A 3E AD 55 15
Octal 10 142 130 134 0 12 76 255 125 25
Binary 1000 1100010 1011000 1011100 0 1010 111110 10101101 1010101 10101

Color Harmonies of #086258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086258

Black with #086258

Text Example


Text Example

White with #086258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086258; }

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

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

background-color css

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

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

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

border-color css

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

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

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