Html Css Color HEX #858DA4 Manatee

📋 copy color: '#858DA4'

red 133 ◦ green 141 ◦ blue 164

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

Shades of Manatee #858DA4

Tints of Manatee #858DA4

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.19%

 BLUE value IS 164 (64.45% from 255) = 37.44%

R = 30.37%
G = 32.19%
B = 37.44%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#858DA4 (or 0x858DA4) is known color: Manatee. HEX triplet: 85, 8D and A4. RGB value is (133,141,164). Sum of RGB (Red+Green+Blue) = 133+141+164=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 164 (64.45% from 255 or 37.44% from 438); Max value from RGB is 164 - color contains mainly: blue. Hex color #858DA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858DA4 is #7A725B. Grayscale: #8D8D8D. Windows color (decimal): -8024668 or 10784133. OLE color: 10784133.

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

Color convert

RGB 133 141 164 -
CMYK 0.19 0.14 0 0.36
HSL 224.52º 0.15% 0.58% -
HSV(B) 224.52º 0.19% 0.64% -
XYZ 25.9 26.72 38.91 -
YUV 141.23 140.85 122.13 -
System Red Green Blue C M Y K H S L
Decimal 133 141 164 0.19 0.14 0 0.36 224.52 0.15 0.58
Hex 85 8D A4 13 E 0 24 E1 F 3A
Octal 205 215 244 23 16 0 44 341 17 72
Binary 10000101 10001101 10100100 10011 1110 0 100100 11100001 1111 111010

Color Harmonies of #858DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858DA4

Black with #858DA4

Text Example


Text Example

White with #858DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,141,164); }

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

background-color css

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

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

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

border-color css

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

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

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