Html Css Color HEX #858FAA Ship Cove

📋 copy color: '#858FAA'

red 133 ◦ green 143 ◦ blue 170

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

Shades of Ship Cove #858FAA

Tints of Ship Cove #858FAA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.06%

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

R = 29.82%
G = 32.06%
B = 38.12%

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

#858FAA (or 0x858FAA) is known color: Ship Cove. HEX triplet: 85, 8F and AA. RGB value is (133,143,170). Sum of RGB (Red+Green+Blue) = 133+143+170=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 170 - color contains mainly: blue. Hex color #858FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858FAA is #7A7055. Grayscale: #8E8E8E. Windows color (decimal): -8024150 or 11177861. OLE color: 11177861.

HSL color Cylindrical-coordinate representation of color #858FAA: hue angle of 223.78º 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 #858FAA is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 143 170 -
CMYK 0.22 0.16 0 0.33
HSL 223.78º 0.18% 0.59% -
HSV(B) 223.78º 0.22% 0.67% -
XYZ 26.75 27.53 41.93 -
YUV 143.09 143.19 120.8 -
System Red Green Blue C M Y K H S L
Decimal 133 143 170 0.22 0.16 0 0.33 223.78 0.18 0.59
Hex 85 8F AA 16 10 0 21 E0 12 3B
Octal 205 217 252 26 20 0 41 340 22 73
Binary 10000101 10001111 10101010 10110 10000 0 100001 11100000 10010 111011

Color Harmonies of #858FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858FAA

Black with #858FAA

Text Example


Text Example

White with #858FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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