Html Css Color HEX #5580AE Steel Blue

📋 copy color: '#5580AE'

red 85 ◦ green 128 ◦ blue 174

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

Shades of Steel Blue #5580AE

Tints of Steel Blue #5580AE

RGB

 RED value IS 85 (33.59% from 255) = 21.96%

 GREEN value IS 128 (50.39% from 255) = 33.07%

 BLUE value IS 174 (68.36% from 255) = 44.96%

R = 21.96%
G = 33.07%
B = 44.96%

CMYK

 C value IS 0.51

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5580AE (or 0x5580AE) is known color: Steel Blue. HEX triplet: 55, 80 and AE. RGB value is (85,128,174). Sum of RGB (Red+Green+Blue) = 85+128+174=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #5580AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5580AE is #AA7F51. Grayscale: #787878. Windows color (decimal): -11173714 or 11436117. OLE color: 11436117.

HSL color Cylindrical-coordinate representation of color #5580AE: hue angle of 211.01º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5580AE is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 128 174 -
CMYK 0.51 0.26 0 0.32
HSL 211.01º 0.35% 0.51% -
HSV(B) 211.01º 0.51% 0.68% -
XYZ 19.11 20.43 42.98 -
YUV 120.39 158.25 102.76 -
System Red Green Blue C M Y K H S L
Decimal 85 128 174 0.51 0.26 0 0.32 211.01 0.35 0.51
Hex 55 80 AE 33 1A 0 20 D3 23 33
Octal 125 200 256 63 32 0 40 323 43 63
Binary 1010101 10000000 10101110 110011 11010 0 100000 11010011 100011 110011

Color Harmonies of #5580AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5580AE

Black with #5580AE

Text Example


Text Example

White with #5580AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5580AE; }

 p { color: rgb(85,128,174); }

 H1.HeaderClassName
 {
   color: #5580AE;
 }
 .AnyTagClassName
 {
   color: #5580AE;
 }
</style>

background-color css

<style>
 a { background-color: #5580AE; }

 a { background-color: rgb(85,128,174); }

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

border-color css

<style>
 span { border-color: #5580AE; }

 span { border-color: rgb(85,128,174); }

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