Html Css Color HEX #085962 Mosque

📋 copy color: '#085962'

red 8 ◦ green 89 ◦ blue 98

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

Shades of Mosque #085962

Tints of Mosque #085962

RGB

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

 GREEN value IS 89 (35.16% from 255) = 45.64%

 BLUE value IS 98 (38.67% from 255) = 50.26%

R = 4.1%
G = 45.64%
B = 50.26%

CMYK

 C value IS 0.92

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#085962 (or 0x085962) is known color: Mosque. HEX triplet: 08, 59 and 62. RGB value is (8,89,98). Sum of RGB (Red+Green+Blue) = 8+89+98=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 89 (35.16% from 255 or 45.64% from 195); Blue value is 98 (38.67% from 255 or 50.26% from 195); Max value from RGB is 98 - color contains mainly: blue. Hex color #085962 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085962 is #F7A69D. Grayscale: #414141. Windows color (decimal): -16230046 or 6445320. OLE color: 6445320.

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

Color convert

RGB 8 89 98 -
CMYK 0.92 0.09 0 0.62
HSL 186º 0.85% 0.21% -
HSV(B) 186º 0.92% 0.38% -
XYZ 5.88 8.08 12.8 -
YUV 65.81 146.16 86.77 -
System Red Green Blue C M Y K H S L
Decimal 8 89 98 0.92 0.09 0 0.62 186 0.85 0.21
Hex 8 59 62 5C 9 0 3E BA 55 15
Octal 10 131 142 134 11 0 76 272 125 25
Binary 1000 1011001 1100010 1011100 1001 0 111110 10111010 1010101 10101

Color Harmonies of #085962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085962

Black with #085962

Text Example


Text Example

White with #085962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085962; }

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

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

background-color css

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

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

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

border-color css

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

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

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