Html Css Color HEX #085850 Mosque

📋 copy color: '#085850'

red 8 ◦ green 88 ◦ blue 80

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

Shades of Mosque #085850

Tints of Mosque #085850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 45.45%

R = 4.55%
G = 50%
B = 45.45%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#085850 (or 0x085850) is known color: Mosque. HEX triplet: 08, 58 and 50. RGB value is (8,88,80). Sum of RGB (Red+Green+Blue) = 8+88+80=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 88 (34.77% from 255 or 50% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 88 - color contains mainly: green. Hex color #085850 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085850 is #F7A7AF. Grayscale: #3F3F3F. Windows color (decimal): -16230320 or 5265416. OLE color: 5265416.

HSL color Cylindrical-coordinate representation of color #085850: hue angle of 174º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085850 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 88 80 -
CMYK 0.91 0 0.09 0.65
HSL 174º 0.83% 0.19% -
HSV(B) 174º 0.91% 0.35% -
XYZ 5.04 7.61 8.79 -
YUV 63.17 137.5 88.65 -
System Red Green Blue C M Y K H S L
Decimal 8 88 80 0.91 0 0.09 0.65 174 0.83 0.19
Hex 8 58 50 5B 0 9 41 AE 53 13
Octal 10 130 120 133 0 11 101 256 123 23
Binary 1000 1011000 1010000 1011011 0 1001 1000001 10101110 1010011 10011

Color Harmonies of #085850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085850

Black with #085850

Text Example


Text Example

White with #085850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085850; }

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

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

background-color css

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

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

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

border-color css

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

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

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