Html Css Color HEX #5580AF Steel Blue

📋 copy color: '#5580AF'

red 85 ◦ green 128 ◦ blue 175

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

Shades of Steel Blue #5580AF

Tints of Steel Blue #5580AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.1%

R = 21.91%
G = 32.99%
B = 45.1%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5580AF (or 0x5580AF) is known color: Steel Blue. HEX triplet: 55, 80 and AF. RGB value is (85,128,175). Sum of RGB (Red+Green+Blue) = 85+128+175=388 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.91% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #5580AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5580AF is #AA7F50. Grayscale: #787878. Windows color (decimal): -11173713 or 11501653. OLE color: 11501653.

HSL color Cylindrical-coordinate representation of color #5580AF: hue angle of 211.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5580AF is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 128 175 -
CMYK 0.51 0.27 0 0.31
HSL 211.33º 0.36% 0.51% -
HSV(B) 211.33º 0.51% 0.69% -
XYZ 19.2 20.46 43.5 -
YUV 120.5 158.75 102.68 -
System Red Green Blue C M Y K H S L
Decimal 85 128 175 0.51 0.27 0 0.31 211.33 0.36 0.51
Hex 55 80 AF 33 1B 0 1F D3 24 33
Octal 125 200 257 63 33 0 37 323 44 63
Binary 1010101 10000000 10101111 110011 11011 0 11111 11010011 100100 110011

Color Harmonies of #5580AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5580AF

Black with #5580AF

Text Example


Text Example

White with #5580AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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