Html Css Color HEX #085760 Mosque

📋 copy color: '#085760'

red 8 ◦ green 87 ◦ blue 96

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

Shades of Mosque #085760

Tints of Mosque #085760

RGB

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

 GREEN value IS 87 (34.38% from 255) = 45.55%

 BLUE value IS 96 (37.89% from 255) = 50.26%

R = 4.19%
G = 45.55%
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

#085760 (or 0x085760) is known color: Mosque. HEX triplet: 08, 57 and 60. RGB value is (8,87,96). Sum of RGB (Red+Green+Blue) = 8+87+96=191 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.19% from 191); Green value is 87 (34.38% from 255 or 45.55% from 191); Blue value is 96 (37.89% from 255 or 50.26% from 191); Max value from RGB is 96 - color contains mainly: blue. Hex color #085760 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085760 is #F7A89F. Grayscale: #404040. Windows color (decimal): -16230560 or 6313736. OLE color: 6313736.

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

Color convert

RGB 8 87 96 -
CMYK 0.92 0.09 0 0.62
HSL 186.14º 0.85% 0.2% -
HSV(B) 186.14º 0.92% 0.38% -
XYZ 5.62 7.71 12.26 -
YUV 64.41 145.83 87.77 -
System Red Green Blue C M Y K H S L
Decimal 8 87 96 0.92 0.09 0 0.62 186.14 0.85 0.2
Hex 8 57 60 5C 9 0 3E BA 55 14
Octal 10 127 140 134 11 0 76 272 125 24
Binary 1000 1010111 1100000 1011100 1001 0 111110 10111010 1010101 10100

Color Harmonies of #085760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085760

Black with #085760

Text Example


Text Example

White with #085760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085760; }

 p { color: rgb(8,87,96); }

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

background-color css

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

 a { background-color: rgb(8,87,96); }

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

border-color css

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

 span { border-color: rgb(8,87,96); }

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