Html Css Color HEX #7588A4 Ship Cove

📋 copy color: '#7588A4'

red 117 ◦ green 136 ◦ blue 164

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

Shades of Ship Cove #7588A4

Tints of Ship Cove #7588A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 39.33%

R = 28.06%
G = 32.61%
B = 39.33%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7588A4 (or 0x7588A4) is known color: Ship Cove. HEX triplet: 75, 88 and A4. RGB value is (117,136,164). Sum of RGB (Red+Green+Blue) = 117+136+164=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 136 (53.52% from 255 or 32.61% from 417); Blue value is 164 (64.45% from 255 or 39.33% from 417); Max value from RGB is 164 - color contains mainly: blue. Hex color #7588A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7588A4 is #8A775B. Grayscale: #858585. Windows color (decimal): -9074524 or 10782837. OLE color: 10782837.

HSL color Cylindrical-coordinate representation of color #7588A4: hue angle of 215.74º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7588A4 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 117 136 164 -
CMYK 0.29 0.17 0 0.36
HSL 215.74º 0.21% 0.55% -
HSV(B) 215.74º 0.29% 0.64% -
XYZ 22.84 24.07 38.56 -
YUV 133.51 145.21 116.22 -
System Red Green Blue C M Y K H S L
Decimal 117 136 164 0.29 0.17 0 0.36 215.74 0.21 0.55
Hex 75 88 A4 1D 11 0 24 D8 15 37
Octal 165 210 244 35 21 0 44 330 25 67
Binary 1110101 10001000 10100100 11101 10001 0 100100 11011000 10101 110111

Color Harmonies of #7588A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7588A4

Black with #7588A4

Text Example


Text Example

White with #7588A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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