#8089A5

Color #8089A5 Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #8089A5

Tints of Ship Cove #8089A5

Color information

#8089A5 (or 0x8089A5) is unknown color: approx Ship Cove. HEX triplet: 80, 89 and A5. RGB value is (128,137,165). Sum of RGB (Red+Green+Blue) = 128+137+165=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 165 - color contains mainly: blue. Hex color #8089A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8089A5 is #7F765A. Grayscale: #898989. Windows color (decimal): -8353371 or 10848640. OLE color: 10848640.

HSL color Cylindrical-coordinate representation of color #8089A5: hue angle of 225.41º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8089A5 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB128137165-
CMYK0.220.1700.35
HSL225.41º17.05%57.45%-
HSV(B)225.41º22.42%64.71%-
XYZ24.6425.239.16-
YUV137.5143.52121.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.77%
GREEN value IS 137 (53.91% from 255) = 31.86%
BLUE value IS 165 (64.84% from 255) = 38.37%
R=29.77%
G=31.86%
B=38.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1281371650.220.1700.35225.4117.0557.45
Hex8089A51611023e11139
Octal20021124526210433412171
Binary100000001000100110100101101101000101000111110000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8089A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8089A5; }

 p { color: rgb(128,137,165); }

 H1.HeaderClassName
 {
   color: #8089A5;
 }
 .AnyTagClassName
 {
   color: #8089A5;
 }
</style>
background-color css

<style>
 a { background-color: #8089A5; }

 a { background-color: rgb(128,137,165); }

 div.DivClassName
 {
   background-color: #8089A5;
 }
 .BgClassName
 {
   background-color: #8089A5;
 }
</style>
border-color css

<style>
 span { border-color: #8089A5; }

 span { border-color: rgb(128,137,165); }

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