Html Css Color HEX #858BAA Manatee

📋 copy color: '#858BAA'

red 133 ◦ green 139 ◦ blue 170

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

Shades of Manatee #858BAA

Tints of Manatee #858BAA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.45%

 BLUE value IS 170 (66.8% from 255) = 38.46%

R = 30.09%
G = 31.45%
B = 38.46%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#858BAA (or 0x858BAA) is known color: Manatee. HEX triplet: 85, 8B and AA. RGB value is (133,139,170). Sum of RGB (Red+Green+Blue) = 133+139+170=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: blue. Hex color #858BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858BAA is #7A7455. Grayscale: #8C8C8C. Windows color (decimal): -8025174 or 11176837. OLE color: 11176837.

HSL color Cylindrical-coordinate representation of color #858BAA: hue angle of 230.27º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #858BAA is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 139 170 -
CMYK 0.22 0.18 0 0.33
HSL 230.27º 0.18% 0.59% -
HSV(B) 230.27º 0.22% 0.67% -
XYZ 26.16 26.35 41.74 -
YUV 140.74 144.51 122.48 -
System Red Green Blue C M Y K H S L
Decimal 133 139 170 0.22 0.18 0 0.33 230.27 0.18 0.59
Hex 85 8B AA 16 12 0 21 E6 12 3B
Octal 205 213 252 26 22 0 41 346 22 73
Binary 10000101 10001011 10101010 10110 10010 0 100001 11100110 10010 111011

Color Harmonies of #858BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858BAA

Black with #858BAA

Text Example


Text Example

White with #858BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858BAA; }

 p { color: rgb(133,139,170); }

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

background-color css

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

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

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

border-color css

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

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

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