Html Css Color HEX #7588AA Ship Cove

📋 copy color: '#7588AA'

red 117 ◦ green 136 ◦ blue 170

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

Shades of Ship Cove #7588AA

Tints of Ship Cove #7588AA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.15%

 BLUE value IS 170 (66.8% from 255) = 40.19%

R = 27.66%
G = 32.15%
B = 40.19%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7588AA (or 0x7588AA) is known color: Ship Cove. HEX triplet: 75, 88 and AA. RGB value is (117,136,170). Sum of RGB (Red+Green+Blue) = 117+136+170=423 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.66% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #7588AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7588AA is #8A7755. Grayscale: #868686. Windows color (decimal): -9074518 or 11176053. OLE color: 11176053.

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

Color convert

RGB 117 136 170 -
CMYK 0.31 0.20 0 0.33
HSL 218.49º 0.24% 0.56% -
HSV(B) 218.49º 0.31% 0.67% -
XYZ 23.4 24.29 41.49 -
YUV 134.2 148.21 115.74 -
System Red Green Blue C M Y K H S L
Decimal 117 136 170 0.31 0.20 0 0.33 218.49 0.24 0.56
Hex 75 88 AA 1F 14 0 21 DA 18 38
Octal 165 210 252 37 24 0 41 332 30 70
Binary 1110101 10001000 10101010 11111 10100 0 100001 11011010 11000 111000

Color Harmonies of #7588AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7588AA

Black with #7588AA

Text Example


Text Example

White with #7588AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7588AA; }

 p { color: rgb(117,136,170); }

 H1.HeaderClassName
 {
   color: #7588AA;
 }
 .AnyTagClassName
 {
   color: #7588AA;
 }
</style>

background-color css

<style>
 a { background-color: #7588AA; }

 a { background-color: rgb(117,136,170); }

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

border-color css

<style>
 span { border-color: #7588AA; }

 span { border-color: rgb(117,136,170); }

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