Html Css Color HEX #858FAB Ship Cove

📋 copy color: '#858FAB'

red 133 ◦ green 143 ◦ blue 171

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

Shades of Ship Cove #858FAB

Tints of Ship Cove #858FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.26%

R = 29.75%
G = 31.99%
B = 38.26%

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

#858FAB (or 0x858FAB) is known color: Ship Cove. HEX triplet: 85, 8F and AB. RGB value is (133,143,171). Sum of RGB (Red+Green+Blue) = 133+143+171=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 171 - color contains mainly: blue. Hex color #858FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858FAB is #7A7054. Grayscale: #8F8F8F. Windows color (decimal): -8024149 or 11243397. OLE color: 11243397.

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

Color convert

RGB 133 143 171 -
CMYK 0.22 0.16 0 0.33
HSL 224.21º 0.18% 0.6% -
HSV(B) 224.21º 0.22% 0.67% -
XYZ 26.85 27.57 42.44 -
YUV 143.2 143.69 120.72 -
System Red Green Blue C M Y K H S L
Decimal 133 143 171 0.22 0.16 0 0.33 224.21 0.18 0.6
Hex 85 8F AB 16 10 0 21 E0 12 3C
Octal 205 217 253 26 20 0 41 340 22 74
Binary 10000101 10001111 10101011 10110 10000 0 100001 11100000 10010 111100

Color Harmonies of #858FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858FAB

Black with #858FAB

Text Example


Text Example

White with #858FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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