Html Css Color HEX #85879C Manatee

📋 copy color: '#85879C'

red 133 ◦ green 135 ◦ blue 156

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

Shades of Manatee #85879C

Tints of Manatee #85879C

RGB

 RED value IS 133 (52.34% from 255) = 31.37%

 GREEN value IS 135 (53.13% from 255) = 31.84%

 BLUE value IS 156 (61.33% from 255) = 36.79%

R = 31.37%
G = 31.84%
B = 36.79%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85879C (or 0x85879C) is known color: Manatee. HEX triplet: 85, 87 and 9C. RGB value is (133,135,156). Sum of RGB (Red+Green+Blue) = 133+135+156=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 156 - color contains mainly: blue. Hex color #85879C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85879C is #7A7863. Grayscale: #888888. Windows color (decimal): -8026212 or 10258309. OLE color: 10258309.

HSL color Cylindrical-coordinate representation of color #85879C: hue angle of 234.78º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #85879C is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 135 156 -
CMYK 0.15 0.13 0 0.39
HSL 234.78º 0.1% 0.57% -
HSV(B) 234.78º 0.15% 0.61% -
XYZ 24.34 24.71 34.94 -
YUV 136.8 138.84 125.29 -
System Red Green Blue C M Y K H S L
Decimal 133 135 156 0.15 0.13 0 0.39 234.78 0.1 0.57
Hex 85 87 9C F D 0 27 EB A 39
Octal 205 207 234 17 15 0 47 353 12 71
Binary 10000101 10000111 10011100 1111 1101 0 100111 11101011 1010 111001

Color Harmonies of #85879C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85879C

Black with #85879C

Text Example


Text Example

White with #85879C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85879C; }

 p { color: rgb(133,135,156); }

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

background-color css

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

 a { background-color: rgb(133,135,156); }

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

border-color css

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

 span { border-color: rgb(133,135,156); }

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