#75809E

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

Shades of Ship Cove #75809E

Tints of Ship Cove #75809E

Color information

#75809E (or 0x75809E) is unknown color: approx Ship Cove. HEX triplet: 75, 80 and 9E. RGB value is (117,128,158). Sum of RGB (Red+Green+Blue) = 117+128+158=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 158 (62.11% from 255 or 39.21% from 403); Max value from RGB is 158 - color contains mainly: blue. Hex color #75809E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75809E is #8A7F61. Grayscale: #808080. Windows color (decimal): -9076578 or 10387573. OLE color: 10387573.

HSL color Cylindrical-coordinate representation of color #75809E: hue angle of 223.9º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #75809E is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB117128158-
CMYK0.260.1900.38
HSL223.9º17.45%53.92%-
HSV(B)223.9º25.95%61.96%-
XYZ21.2321.6935.42-
YUV128.13144.86120.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.03%
GREEN value IS 128 (50.39% from 255) = 31.76%
BLUE value IS 158 (62.11% from 255) = 39.21%
R=29.03%
G=31.76%
B=39.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1171281580.260.1900.38223.917.4553.92
Hex75809E1A13026e01136
Octal16520023632230463402166
Binary11101011000000010011110110101001101001101110000010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75809E; }

 p { color: rgb(117,128,158); }

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

<style>
 a { background-color: #75809E; }

 a { background-color: rgb(117,128,158); }

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

<style>
 span { border-color: #75809E; }

 span { border-color: rgb(117,128,158); }

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