Html Css Color HEX #858CA2 Manatee

📋 copy color: '#858CA2'

red 133 ◦ green 140 ◦ blue 162

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

Shades of Manatee #858CA2

Tints of Manatee #858CA2

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.18%

 BLUE value IS 162 (63.67% from 255) = 37.24%

R = 30.57%
G = 32.18%
B = 37.24%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#858CA2 (or 0x858CA2) is known color: Manatee. HEX triplet: 85, 8C and A2. RGB value is (133,140,162). Sum of RGB (Red+Green+Blue) = 133+140+162=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 162 - color contains mainly: blue. Hex color #858CA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858CA2 is #7A735D. Grayscale: #8C8C8C. Windows color (decimal): -8024926 or 10652805. OLE color: 10652805.

HSL color Cylindrical-coordinate representation of color #858CA2: hue angle of 225.52º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #858CA2 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 133 140 162 -
CMYK 0.18 0.14 0 0.36
HSL 225.52º 0.13% 0.58% -
HSV(B) 225.52º 0.18% 0.64% -
XYZ 25.57 26.35 37.92 -
YUV 140.42 140.18 122.71 -
System Red Green Blue C M Y K H S L
Decimal 133 140 162 0.18 0.14 0 0.36 225.52 0.13 0.58
Hex 85 8C A2 12 E 0 24 E2 D 3A
Octal 205 214 242 22 16 0 44 342 15 72
Binary 10000101 10001100 10100010 10010 1110 0 100100 11100010 1101 111010

Color Harmonies of #858CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858CA2

Black with #858CA2

Text Example


Text Example

White with #858CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,140,162); }

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

background-color css

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

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

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

border-color css

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

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

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