Html Css Color HEX #7586AC Ship Cove

📋 copy color: '#7586AC'

red 117 ◦ green 134 ◦ blue 172

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

Shades of Ship Cove #7586AC

Tints of Ship Cove #7586AC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.68%

 BLUE value IS 172 (67.58% from 255) = 40.66%

R = 27.66%
G = 31.68%
B = 40.66%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7586AC (or 0x7586AC) is known color: Ship Cove. HEX triplet: 75, 86 and AC. RGB value is (117,134,172). Sum of RGB (Red+Green+Blue) = 117+134+172=423 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.66% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #7586AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7586AC is #8A7953. Grayscale: #858585. Windows color (decimal): -9075028 or 11306613. OLE color: 11306613.

HSL color Cylindrical-coordinate representation of color #7586AC: hue angle of 221.45º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7586AC is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 134 172 -
CMYK 0.32 0.22 0 0.33
HSL 221.45º 0.25% 0.57% -
HSV(B) 221.45º 0.32% 0.67% -
XYZ 23.31 23.81 42.4 -
YUV 133.25 149.87 116.41 -
System Red Green Blue C M Y K H S L
Decimal 117 134 172 0.32 0.22 0 0.33 221.45 0.25 0.57
Hex 75 86 AC 20 16 0 21 DD 19 39
Octal 165 206 254 40 26 0 41 335 31 71
Binary 1110101 10000110 10101100 100000 10110 0 100001 11011101 11001 111001

Color Harmonies of #7586AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7586AC

Black with #7586AC

Text Example


Text Example

White with #7586AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7586AC; }

 p { color: rgb(117,134,172); }

 H1.HeaderClassName
 {
   color: #7586AC;
 }
 .AnyTagClassName
 {
   color: #7586AC;
 }
</style>

background-color css

<style>
 a { background-color: #7586AC; }

 a { background-color: rgb(117,134,172); }

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

border-color css

<style>
 span { border-color: #7586AC; }

 span { border-color: rgb(117,134,172); }

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