Html Css Color HEX #85879B Manatee

📋 copy color: '#85879B'

red 133 ◦ green 135 ◦ blue 155

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

Shades of Manatee #85879B

Tints of Manatee #85879B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.64%

R = 31.44%
G = 31.91%
B = 36.64%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85879B (or 0x85879B) is known color: Manatee. HEX triplet: 85, 87 and 9B. RGB value is (133,135,155). Sum of RGB (Red+Green+Blue) = 133+135+155=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 155 - color contains mainly: blue. Hex color #85879B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85879B is #7A7864. Grayscale: #888888. Windows color (decimal): -8026213 or 10192773. OLE color: 10192773.

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

Color convert

RGB 133 135 155 -
CMYK 0.14 0.13 0 0.39
HSL 234.55º 0.1% 0.56% -
HSV(B) 234.55º 0.14% 0.61% -
XYZ 24.25 24.68 34.5 -
YUV 136.68 138.34 125.37 -
System Red Green Blue C M Y K H S L
Decimal 133 135 155 0.14 0.13 0 0.39 234.55 0.1 0.56
Hex 85 87 9B E D 0 27 EB A 38
Octal 205 207 233 16 15 0 47 353 12 70
Binary 10000101 10000111 10011011 1110 1101 0 100111 11101011 1010 111000

Color Harmonies of #85879B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85879B

Black with #85879B

Text Example


Text Example

White with #85879B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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