#757BA5

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

Shades of Ship Cove #757BA5

Tints of Ship Cove #757BA5

Color information

#757BA5 (or 0x757BA5) is unknown color: approx Ship Cove. HEX triplet: 75, 7B and A5. RGB value is (117,123,165). Sum of RGB (Red+Green+Blue) = 117+123+165=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 165 (64.84% from 255 or 40.74% from 405); Max value from RGB is 165 - color contains mainly: blue. Hex color #757BA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757BA5 is #8A845A. Grayscale: #7D7D7D. Windows color (decimal): -9077851 or 10845045. OLE color: 10845045.

HSL color Cylindrical-coordinate representation of color #757BA5: hue angle of 232.5º 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 #757BA5 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB117123165-
CMYK0.290.2500.35
HSL232.5º21.05%55.29%-
HSV(B)232.5º29.09%64.71%-
XYZ21.2120.6638.47-
YUV125.99150.01121.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.89%
GREEN value IS 123 (48.44% from 255) = 30.37%
BLUE value IS 165 (64.84% from 255) = 40.74%
R=28.89%
G=30.37%
B=40.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1171231650.290.2500.35232.521.0555.29
Hex757BA51D19023e81537
Octal16517324535310433502567
Binary1110101111101110100101111011100101000111110100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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