#75809C

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

Shades of Ship Cove #75809C

Tints of Ship Cove #75809C

Color information

#75809C (or 0x75809C) is unknown color: approx Ship Cove. HEX triplet: 75, 80 and 9C. RGB value is (117,128,156). Sum of RGB (Red+Green+Blue) = 117+128+156=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 156 - color contains mainly: blue. Hex color #75809C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75809C is #8A7F63. Grayscale: #7F7F7F. Windows color (decimal): -9076580 or 10256501. OLE color: 10256501.

HSL color Cylindrical-coordinate representation of color #75809C: hue angle of 223.08º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #75809C is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB117128156-
CMYK0.250.1800.39
HSL223.08º16.46%53.53%-
HSV(B)223.08º25%61.18%-
XYZ21.0621.6234.52-
YUV127.9143.86120.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.18%
GREEN value IS 128 (50.39% from 255) = 31.92%
BLUE value IS 156 (61.33% from 255) = 38.90%
R=29.18%
G=31.92%
B=38.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171281560.250.1800.39223.0816.4653.53
Hex75809C1912027df1036
Octal16520023431220473372066
Binary11101011000000010011100110011001001001111101111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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