Html Css Color HEX #858EAA Ship Cove

📋 copy color: '#858EAA'

red 133 ◦ green 142 ◦ blue 170

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

Shades of Ship Cove #858EAA

Tints of Ship Cove #858EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.2%

R = 29.89%
G = 31.91%
B = 38.2%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#858EAA (or 0x858EAA) is known color: Ship Cove. HEX triplet: 85, 8E and AA. RGB value is (133,142,170). Sum of RGB (Red+Green+Blue) = 133+142+170=445 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.89% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 170 - color contains mainly: blue. Hex color #858EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858EAA is #7A7155. Grayscale: #8E8E8E. Windows color (decimal): -8024406 or 11177605. OLE color: 11177605.

HSL color Cylindrical-coordinate representation of color #858EAA: hue angle of 225.41º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #858EAA is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 142 170 -
CMYK 0.22 0.16 0 0.33
HSL 225.41º 0.18% 0.59% -
HSV(B) 225.41º 0.22% 0.67% -
XYZ 26.6 27.23 41.89 -
YUV 142.5 143.52 121.22 -
System Red Green Blue C M Y K H S L
Decimal 133 142 170 0.22 0.16 0 0.33 225.41 0.18 0.59
Hex 85 8E AA 16 10 0 21 E1 12 3B
Octal 205 216 252 26 20 0 41 341 22 73
Binary 10000101 10001110 10101010 10110 10000 0 100001 11100001 10010 111011

Color Harmonies of #858EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858EAA

Black with #858EAA

Text Example


Text Example

White with #858EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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