#757DA5

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

Shades of Ship Cove #757DA5

Tints of Ship Cove #757DA5

Color information

#757DA5 (or 0x757DA5) is unknown color: approx Ship Cove. HEX triplet: 75, 7D and A5. RGB value is (117,125,165). Sum of RGB (Red+Green+Blue) = 117+125+165=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 165 (64.84% from 255 or 40.54% from 407); Max value from RGB is 165 - color contains mainly: blue. Hex color #757DA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757DA5 is #8A825A. Grayscale: #7F7F7F. Windows color (decimal): -9077339 or 10845557. OLE color: 10845557.

HSL color Cylindrical-coordinate representation of color #757DA5: hue angle of 230º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #757DA5 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB117125165-
CMYK0.290.2400.35
HSL230º21.05%55.29%-
HSV(B)230º29.09%64.71%-
XYZ21.4621.1738.55-
YUV127.17149.35120.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.75%
GREEN value IS 125 (49.22% from 255) = 30.71%
BLUE value IS 165 (64.84% from 255) = 40.54%
R=28.75%
G=30.71%
B=40.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1171251650.290.2400.3523021.0555.29
Hex757DA51D18023e61537
Octal16517524535300433462567
Binary1110101111110110100101111011100001000111110011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757DA5; }

 p { color: rgb(117,125,165); }

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

<style>
 a { background-color: #757DA5; }

 a { background-color: rgb(117,125,165); }

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

<style>
 span { border-color: #757DA5; }

 span { border-color: rgb(117,125,165); }

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