Html Css Color HEX #5382AF Steel Blue

📋 copy color: '#5382AF'

red 83 ◦ green 130 ◦ blue 175

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

Shades of Steel Blue #5382AF

Tints of Steel Blue #5382AF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.51%

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

R = 21.39%
G = 33.51%
B = 45.1%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5382AF (or 0x5382AF) is known color: Steel Blue. HEX triplet: 53, 82 and AF. RGB value is (83,130,175). Sum of RGB (Red+Green+Blue) = 83+130+175=388 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.39% from 388); Green value is 130 (51.17% from 255 or 33.51% 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 #5382AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5382AF is #AC7D50. Grayscale: #787878. Windows color (decimal): -11304273 or 11502163. OLE color: 11502163.

HSL color Cylindrical-coordinate representation of color #5382AF: hue angle of 209.35º 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 #5382AF is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 83 130 175 -
CMYK 0.53 0.26 0 0.31
HSL 209.35º 0.37% 0.51% -
HSV(B) 209.35º 0.53% 0.69% -
XYZ 19.29 20.9 43.57 -
YUV 121.08 158.43 100.84 -
System Red Green Blue C M Y K H S L
Decimal 83 130 175 0.53 0.26 0 0.31 209.35 0.37 0.51
Hex 53 82 AF 35 1A 0 1F D1 25 33
Octal 123 202 257 65 32 0 37 321 45 63
Binary 1010011 10000010 10101111 110101 11010 0 11111 11010001 100101 110011

Color Harmonies of #5382AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5382AF

Black with #5382AF

Text Example


Text Example

White with #5382AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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