Html Css Color HEX #8595AF Ship Cove

📋 copy color: '#8595AF'

red 133 ◦ green 149 ◦ blue 175

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

Shades of Ship Cove #8595AF

Tints of Ship Cove #8595AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.29%

R = 29.1%
G = 32.6%
B = 38.29%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8595AF (or 0x8595AF) is known color: Ship Cove. HEX triplet: 85, 95 and AF. RGB value is (133,149,175). Sum of RGB (Red+Green+Blue) = 133+149+175=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 175 - color contains mainly: blue. Hex color #8595AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8595AF is #7A6A50. Grayscale: #939393. Windows color (decimal): -8022609 or 11507077. OLE color: 11507077.

HSL color Cylindrical-coordinate representation of color #8595AF: hue angle of 217.14º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8595AF is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 133 149 175 -
CMYK 0.24 0.15 0 0.31
HSL 217.14º 0.21% 0.6% -
HSV(B) 217.14º 0.24% 0.69% -
XYZ 28.16 29.58 44.78 -
YUV 147.18 143.7 117.89 -
System Red Green Blue C M Y K H S L
Decimal 133 149 175 0.24 0.15 0 0.31 217.14 0.21 0.6
Hex 85 95 AF 18 F 0 1F D9 15 3C
Octal 205 225 257 30 17 0 37 331 25 74
Binary 10000101 10010101 10101111 11000 1111 0 11111 11011001 10101 111100

Color Harmonies of #8595AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8595AF

Black with #8595AF

Text Example


Text Example

White with #8595AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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