Html Css Color HEX #8591AF Ship Cove

📋 copy color: '#8591AF'

red 133 ◦ green 145 ◦ blue 175

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

Shades of Ship Cove #8591AF

Tints of Ship Cove #8591AF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.01%

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

R = 29.36%
G = 32.01%
B = 38.63%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8591AF (or 0x8591AF) is known color: Ship Cove. HEX triplet: 85, 91 and AF. RGB value is (133,145,175). Sum of RGB (Red+Green+Blue) = 133+145+175=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 145 (57.03% from 255 or 32.01% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 175 - color contains mainly: blue. Hex color #8591AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8591AF is #7A6E50. Grayscale: #909090. Windows color (decimal): -8023633 or 11506053. OLE color: 11506053.

HSL color Cylindrical-coordinate representation of color #8591AF: hue angle of 222.86º 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 #8591AF is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 133 145 175 -
CMYK 0.24 0.17 0 0.31
HSL 222.86º 0.21% 0.6% -
HSV(B) 222.86º 0.24% 0.69% -
XYZ 27.54 28.33 44.57 -
YUV 144.83 145.02 119.56 -
System Red Green Blue C M Y K H S L
Decimal 133 145 175 0.24 0.17 0 0.31 222.86 0.21 0.6
Hex 85 91 AF 18 11 0 1F DF 15 3C
Octal 205 221 257 30 21 0 37 337 25 74
Binary 10000101 10010001 10101111 11000 10001 0 11111 11011111 10101 111100

Color Harmonies of #8591AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8591AF

Black with #8591AF

Text Example


Text Example

White with #8591AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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