Html Css Color HEX #5380AF Steel Blue

📋 copy color: '#5380AF'

red 83 ◦ green 128 ◦ blue 175

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

Shades of Steel Blue #5380AF

Tints of Steel Blue #5380AF

RGB

 RED value IS 83 (32.81% from 255) = 21.5%

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

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

R = 21.5%
G = 33.16%
B = 45.34%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5380AF (or 0x5380AF) is known color: Steel Blue. HEX triplet: 53, 80 and AF. RGB value is (83,128,175). Sum of RGB (Red+Green+Blue) = 83+128+175=386 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.50% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #5380AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5380AF is #AC7F50. Grayscale: #777777. Windows color (decimal): -11304785 or 11501651. OLE color: 11501651.

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

Color convert

RGB 83 128 175 -
CMYK 0.53 0.27 0 0.31
HSL 210.65º 0.37% 0.51% -
HSV(B) 210.65º 0.53% 0.69% -
XYZ 19.02 20.37 43.49 -
YUV 119.9 159.09 101.68 -
System Red Green Blue C M Y K H S L
Decimal 83 128 175 0.53 0.27 0 0.31 210.65 0.37 0.51
Hex 53 80 AF 35 1B 0 1F D3 25 33
Octal 123 200 257 65 33 0 37 323 45 63
Binary 1010011 10000000 10101111 110101 11011 0 11111 11010011 100101 110011

Color Harmonies of #5380AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5380AF

Black with #5380AF

Text Example


Text Example

White with #5380AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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