Html Css Color HEX #85859C Manatee

📋 copy color: '#85859C'

red 133 ◦ green 133 ◦ blue 156

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

Shades of Manatee #85859C

Tints of Manatee #85859C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.52%

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

R = 31.52%
G = 31.52%
B = 36.97%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85859C (or 0x85859C) is known color: Manatee. HEX triplet: 85, 85 and 9C. RGB value is (133,133,156). Sum of RGB (Red+Green+Blue) = 133+133+156=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 156 - color contains mainly: blue. Hex color #85859C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85859C is #7A7A63. Grayscale: #878787. Windows color (decimal): -8026724 or 10257797. OLE color: 10257797.

HSL color Cylindrical-coordinate representation of color #85859C: hue angle of 240º 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 #85859C is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 133 156 -
CMYK 0.15 0.15 0 0.39
HSL 240º 0.1% 0.57% -
HSV(B) 240º 0.15% 0.61% -
XYZ 24.06 24.16 34.85 -
YUV 135.62 139.5 126.13 -
System Red Green Blue C M Y K H S L
Decimal 133 133 156 0.15 0.15 0 0.39 240 0.1 0.57
Hex 85 85 9C F F 0 27 F0 A 39
Octal 205 205 234 17 17 0 47 360 12 71
Binary 10000101 10000101 10011100 1111 1111 0 100111 11110000 1010 111001

Color Harmonies of #85859C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85859C

Black with #85859C

Text Example


Text Example

White with #85859C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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