#81889A

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

Shades of Ship Cove #81889A

Tints of Ship Cove #81889A

Color information

#81889A (or 0x81889A) is unknown color: approx Ship Cove. HEX triplet: 81, 88 and 9A. RGB value is (129,136,154). Sum of RGB (Red+Green+Blue) = 129+136+154=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 154 - color contains mainly: blue. Hex color #81889A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81889A is #7E7765. Grayscale: #878787. Windows color (decimal): -8288102 or 10127489. OLE color: 10127489.

HSL color Cylindrical-coordinate representation of color #81889A: hue angle of 223.2º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #81889A is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB129136154-
CMYK0.160.1200.40
HSL223.2º11.01%55.49%-
HSV(B)223.2º16.23%60.39%-
XYZ23.6924.6134.07-
YUV135.96138.18123.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.79%
GREEN value IS 136 (53.52% from 255) = 32.46%
BLUE value IS 154 (60.55% from 255) = 36.75%
R=30.79%
G=32.46%
B=36.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1291361540.160.1200.40223.211.0155.49
Hex81889A10C028dfb37
Octal20121023220140503371367
Binary1000000110001000100110101000011000101000110111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81889A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81889A; }

 p { color: rgb(129,136,154); }

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

<style>
 a { background-color: #81889A; }

 a { background-color: rgb(129,136,154); }

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

<style>
 span { border-color: #81889A; }

 span { border-color: rgb(129,136,154); }

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