Html Css Color HEX #858EAC Ship Cove

📋 copy color: '#858EAC'

red 133 ◦ green 142 ◦ blue 172

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

Shades of Ship Cove #858EAC

Tints of Ship Cove #858EAC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.77%

 BLUE value IS 172 (67.58% from 255) = 38.48%

R = 29.75%
G = 31.77%
B = 38.48%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#858EAC (or 0x858EAC) is known color: Ship Cove. HEX triplet: 85, 8E and AC. RGB value is (133,142,172). Sum of RGB (Red+Green+Blue) = 133+142+172=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #858EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858EAC is #7A7153. Grayscale: #8E8E8E. Windows color (decimal): -8024404 or 11308677. OLE color: 11308677.

HSL color Cylindrical-coordinate representation of color #858EAC: hue angle of 226.15º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #858EAC is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 142 172 -
CMYK 0.23 0.17 0 0.33
HSL 226.15º 0.19% 0.6% -
HSV(B) 226.15º 0.23% 0.67% -
XYZ 26.79 27.31 42.89 -
YUV 142.73 144.52 121.06 -
System Red Green Blue C M Y K H S L
Decimal 133 142 172 0.23 0.17 0 0.33 226.15 0.19 0.6
Hex 85 8E AC 17 11 0 21 E2 13 3C
Octal 205 216 254 27 21 0 41 342 23 74
Binary 10000101 10001110 10101100 10111 10001 0 100001 11100010 10011 111100

Color Harmonies of #858EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858EAC

Black with #858EAC

Text Example


Text Example

White with #858EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,142,172); }

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

background-color css

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

 a { background-color: rgb(133,142,172); }

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

border-color css

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

 span { border-color: rgb(133,142,172); }

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