#75849F

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

Shades of Ship Cove #75849F

Tints of Ship Cove #75849F

Color information

#75849F (or 0x75849F) is unknown color: approx Ship Cove. HEX triplet: 75, 84 and 9F. RGB value is (117,132,159). Sum of RGB (Red+Green+Blue) = 117+132+159=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 159 - color contains mainly: blue. Hex color #75849F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75849F is #8A7B60. Grayscale: #828282. Windows color (decimal): -9075553 or 10454133. OLE color: 10454133.

HSL color Cylindrical-coordinate representation of color #75849F: hue angle of 218.57º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #75849F is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB117132159-
CMYK0.260.1700.38
HSL218.57º17.95%54.12%-
HSV(B)218.57º26.42%62.35%-
XYZ21.8522.7936.05-
YUV130.59144.03118.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.68%
GREEN value IS 132 (51.95% from 255) = 32.35%
BLUE value IS 159 (62.5% from 255) = 38.97%
R=28.68%
G=32.35%
B=38.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1171321590.260.1700.38218.5717.9554.12
Hex75849F1A11026db1236
Octal16520423732210463332266
Binary11101011000010010011111110101000101001101101101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75849F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75849F; }

 p { color: rgb(117,132,159); }

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

<style>
 a { background-color: #75849F; }

 a { background-color: rgb(117,132,159); }

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

<style>
 span { border-color: #75849F; }

 span { border-color: rgb(117,132,159); }

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