#758DAB

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

Shades of Ship Cove #758DAB

Tints of Ship Cove #758DAB

Color information

#758DAB (or 0x758DAB) is unknown color: approx Ship Cove. HEX triplet: 75, 8D and AB. RGB value is (117,141,171). Sum of RGB (Red+Green+Blue) = 117+141+171=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #758DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758DAB is #8A7254. Grayscale: #898989. Windows color (decimal): -9073237 or 11242869. OLE color: 11242869.

HSL color Cylindrical-coordinate representation of color #758DAB: hue angle of 213.33º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #758DAB is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB117141171-
CMYK0.320.1800.33
HSL213.33º24.32%56.47%-
HSV(B)213.33º31.58%67.06%-
XYZ24.2125.7742.23-
YUV137.24147.05113.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.27%
GREEN value IS 141 (55.47% from 255) = 32.87%
BLUE value IS 171 (67.19% from 255) = 39.86%
R=27.27%
G=32.87%
B=39.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171411710.320.1800.33213.3324.3256.47
Hex758DAB2012021d51838
Octal16521525340220413253070
Binary111010110001101101010111000001001001000011101010111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758DAB; }

 p { color: rgb(117,141,171); }

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

<style>
 a { background-color: #758DAB; }

 a { background-color: rgb(117,141,171); }

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

<style>
 span { border-color: #758DAB; }

 span { border-color: rgb(117,141,171); }

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