Html Css Color HEX #858A98 Manatee

📋 copy color: '#858A98'

red 133 ◦ green 138 ◦ blue 152

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

Shades of Manatee #858A98

Tints of Manatee #858A98

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.62%

 BLUE value IS 152 (59.77% from 255) = 35.93%

R = 31.44%
G = 32.62%
B = 35.93%

CMYK

 C value IS 0.13

 M value IS 0.09

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#858A98 (or 0x858A98) is known color: Manatee. HEX triplet: 85, 8A and 98. RGB value is (133,138,152). Sum of RGB (Red+Green+Blue) = 133+138+152=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 152 - color contains mainly: blue. Hex color #858A98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858A98 is #7A7567. Grayscale: #8A8A8A. Windows color (decimal): -8025448 or 9996933. OLE color: 9996933.

HSL color Cylindrical-coordinate representation of color #858A98: hue angle of 224.21º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #858A98 is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 133 138 152 -
CMYK 0.13 0.09 0 0.40
HSL 224.21º 0.08% 0.56% -
HSV(B) 224.21º 0.13% 0.6% -
XYZ 24.43 25.43 33.33 -
YUV 138.1 135.84 124.36 -
System Red Green Blue C M Y K H S L
Decimal 133 138 152 0.13 0.09 0 0.40 224.21 0.08 0.56
Hex 85 8A 98 D 9 0 28 E0 8 38
Octal 205 212 230 15 11 0 50 340 10 70
Binary 10000101 10001010 10011000 1101 1001 0 101000 11100000 1000 111000

Color Harmonies of #858A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858A98

Black with #858A98

Text Example


Text Example

White with #858A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,138,152); }

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

background-color css

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

 a { background-color: rgb(133,138,152); }

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

border-color css

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

 span { border-color: rgb(133,138,152); }

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