#758CAB

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

Shades of Ship Cove #758CAB

Tints of Ship Cove #758CAB

Color information

#758CAB (or 0x758CAB) is unknown color: approx Ship Cove. HEX triplet: 75, 8C and AB. RGB value is (117,140,171). Sum of RGB (Red+Green+Blue) = 117+140+171=428 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.34% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #758CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758CAB is #8A7354. Grayscale: #888888. Windows color (decimal): -9073493 or 11242613. OLE color: 11242613.

HSL color Cylindrical-coordinate representation of color #758CAB: hue angle of 214.44º 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 #758CAB is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB117140171-
CMYK0.320.1800.33
HSL214.44º24.32%56.47%-
HSV(B)214.44º31.58%67.06%-
XYZ24.0625.4842.18-
YUV136.66147.38113.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.34%
GREEN value IS 140 (55.08% from 255) = 32.71%
BLUE value IS 171 (67.19% from 255) = 39.95%
R=27.34%
G=32.71%
B=39.95%

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
Decimal1171401710.320.1800.33214.4424.3256.47
Hex758CAB2012021d61838
Octal16521425340220413263070
Binary111010110001100101010111000001001001000011101011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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