#75819E

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

Shades of Ship Cove #75819E

Tints of Ship Cove #75819E

Color information

#75819E (or 0x75819E) is unknown color: approx Ship Cove. HEX triplet: 75, 81 and 9E. RGB value is (117,129,158). Sum of RGB (Red+Green+Blue) = 117+129+158=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 158 - color contains mainly: blue. Hex color #75819E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75819E is #8A7E61. Grayscale: #808080. Windows color (decimal): -9076322 or 10387829. OLE color: 10387829.

HSL color Cylindrical-coordinate representation of color #75819E: hue angle of 222.44º 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 #75819E is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB117129158-
CMYK0.260.1800.38
HSL222.44º17.45%53.92%-
HSV(B)222.44º25.95%61.96%-
XYZ21.3621.9535.46-
YUV128.72144.52119.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.96%
GREEN value IS 129 (50.78% from 255) = 31.93%
BLUE value IS 158 (62.11% from 255) = 39.11%
R=28.96%
G=31.93%
B=39.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1171291580.260.1800.38222.4417.4553.92
Hex75819E1A12026de1136
Octal16520123632220463362166
Binary11101011000000110011110110101001001001101101111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75819E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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