Html Css Color HEX #858BAE Manatee

📋 copy color: '#858BAE'

red 133 ◦ green 139 ◦ blue 174

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

Shades of Manatee #858BAE

Tints of Manatee #858BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.01%

R = 29.82%
G = 31.17%
B = 39.01%

CMYK

 C value IS 0.24

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#858BAE (or 0x858BAE) is known color: Manatee. HEX triplet: 85, 8B and AE. RGB value is (133,139,174). Sum of RGB (Red+Green+Blue) = 133+139+174=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 139 (54.69% from 255 or 31.17% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 174 - color contains mainly: blue. Hex color #858BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858BAE is #7A7451. Grayscale: #8D8D8D. Windows color (decimal): -8025170 or 11438981. OLE color: 11438981.

HSL color Cylindrical-coordinate representation of color #858BAE: hue angle of 231.22º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #858BAE is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 139 174 -
CMYK 0.24 0.20 0 0.32
HSL 231.22º 0.2% 0.6% -
HSV(B) 231.22º 0.24% 0.68% -
XYZ 26.55 26.51 43.76 -
YUV 141.2 146.51 122.15 -
System Red Green Blue C M Y K H S L
Decimal 133 139 174 0.24 0.20 0 0.32 231.22 0.2 0.6
Hex 85 8B AE 18 14 0 20 E7 14 3C
Octal 205 213 256 30 24 0 40 347 24 74
Binary 10000101 10001011 10101110 11000 10100 0 100000 11100111 10100 111100

Color Harmonies of #858BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858BAE

Black with #858BAE

Text Example


Text Example

White with #858BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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