Html Css Color HEX #8591A9 Ship Cove

📋 copy color: '#8591A9'

red 133 ◦ green 145 ◦ blue 169

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

Shades of Ship Cove #8591A9

Tints of Ship Cove #8591A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 37.81%

R = 29.75%
G = 32.44%
B = 37.81%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#8591A9 (or 0x8591A9) is known color: Ship Cove. HEX triplet: 85, 91 and A9. RGB value is (133,145,169). Sum of RGB (Red+Green+Blue) = 133+145+169=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 145 (57.03% from 255 or 32.44% from 447); Blue value is 169 (66.41% from 255 or 37.81% from 447); Max value from RGB is 169 - color contains mainly: blue. Hex color #8591A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8591A9 is #7A6E56. Grayscale: #909090. Windows color (decimal): -8023639 or 11112837. OLE color: 11112837.

HSL color Cylindrical-coordinate representation of color #8591A9: hue angle of 220º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8591A9 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 133 145 169 -
CMYK 0.21 0.14 0 0.34
HSL 220º 0.17% 0.59% -
HSV(B) 220º 0.21% 0.66% -
XYZ 26.96 28.1 41.54 -
YUV 144.15 142.02 120.05 -
System Red Green Blue C M Y K H S L
Decimal 133 145 169 0.21 0.14 0 0.34 220 0.17 0.59
Hex 85 91 A9 15 E 0 22 DC 11 3B
Octal 205 221 251 25 16 0 42 334 21 73
Binary 10000101 10010001 10101001 10101 1110 0 100010 11011100 10001 111011

Color Harmonies of #8591A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8591A9

Black with #8591A9

Text Example


Text Example

White with #8591A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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