Html Css Color HEX #75829E Ship Cove

📋 copy color: '#75829E'

red 117 ◦ green 130 ◦ blue 158

#75829E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ship Cove #75829E

Tints of Ship Cove #75829E

RGB

 RED value IS 117 (46.09% from 255) = 28.89%

 GREEN value IS 130 (51.17% from 255) = 32.1%

 BLUE value IS 158 (62.11% from 255) = 39.01%

R = 28.89%
G = 32.1%
B = 39.01%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75829E (or 0x75829E) is known color: Ship Cove. HEX triplet: 75, 82 and 9E. RGB value is (117,130,158). Sum of RGB (Red+Green+Blue) = 117+130+158=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 158 - color contains mainly: blue. Hex color #75829E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75829E is #8A7D61. Grayscale: #818181. Windows color (decimal): -9076066 or 10388085. OLE color: 10388085.

HSL color Cylindrical-coordinate representation of color #75829E: hue angle of 220.98º degrees, saturation: 0.17, 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 #75829E is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 130 158 -
CMYK 0.26 0.18 0 0.38
HSL 220.98º 0.17% 0.54% -
HSV(B) 220.98º 0.26% 0.62% -
XYZ 21.49 22.22 35.5 -
YUV 129.31 144.19 119.22 -
System Red Green Blue C M Y K H S L
Decimal 117 130 158 0.26 0.18 0 0.38 220.98 0.17 0.54
Hex 75 82 9E 1A 12 0 26 DD 11 36
Octal 165 202 236 32 22 0 46 335 21 66
Binary 1110101 10000010 10011110 11010 10010 0 100110 11011101 10001 110110

Color Harmonies of #75829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75829E

Black with #75829E

Text Example


Text Example

White with #75829E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75829E; }

 p { color: rgb(117,130,158); }

 H1.HeaderClassName
 {
   color: #75829E;
 }
 .AnyTagClassName
 {
   color: #75829E;
 }
</style>

background-color css

<style>
 a { background-color: #75829E; }

 a { background-color: rgb(117,130,158); }

 div.DivClassName
 {
   background-color: #75829E;
 }
 .BgClassName
 {
   background-color: #75829E;
 }
</style>

border-color css

<style>
 span { border-color: #75829E; }

 span { border-color: rgb(117,130,158); }

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