Html Css Color HEX #8595AB Ship Cove

📋 copy color: '#8595AB'

red 133 ◦ green 149 ◦ blue 171

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

Shades of Ship Cove #8595AB

Tints of Ship Cove #8595AB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.89%

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

R = 29.36%
G = 32.89%
B = 37.75%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8595AB (or 0x8595AB) is known color: Ship Cove. HEX triplet: 85, 95 and AB. RGB value is (133,149,171). Sum of RGB (Red+Green+Blue) = 133+149+171=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 171 - color contains mainly: blue. Hex color #8595AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8595AB is #7A6A54. Grayscale: #929292. Windows color (decimal): -8022613 or 11244933. OLE color: 11244933.

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

Color convert

RGB 133 149 171 -
CMYK 0.22 0.13 0 0.33
HSL 214.74º 0.18% 0.6% -
HSV(B) 214.74º 0.22% 0.67% -
XYZ 27.77 29.42 42.74 -
YUV 146.72 141.7 118.21 -
System Red Green Blue C M Y K H S L
Decimal 133 149 171 0.22 0.13 0 0.33 214.74 0.18 0.6
Hex 85 95 AB 16 D 0 21 D7 12 3C
Octal 205 225 253 26 15 0 41 327 22 74
Binary 10000101 10010101 10101011 10110 1101 0 100001 11010111 10010 111100

Color Harmonies of #8595AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8595AB

Black with #8595AB

Text Example


Text Example

White with #8595AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8595AB; }

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

 H1.HeaderClassName
 {
   color: #8595AB;
 }
 .AnyTagClassName
 {
   color: #8595AB;
 }
</style>

background-color css

<style>
 a { background-color: #8595AB; }

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

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

border-color css

<style>
 span { border-color: #8595AB; }

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

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