Html Css Color HEX #5384AF Steel Blue

📋 copy color: '#5384AF'

red 83 ◦ green 132 ◦ blue 175

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

Shades of Steel Blue #5384AF

Tints of Steel Blue #5384AF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.85%

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

R = 21.28%
G = 33.85%
B = 44.87%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5384AF (or 0x5384AF) is known color: Steel Blue. HEX triplet: 53, 84 and AF. RGB value is (83,132,175). Sum of RGB (Red+Green+Blue) = 83+132+175=390 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.28% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 175 - color contains mainly: blue. Hex color #5384AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5384AF is #AC7B50. Grayscale: #7A7A7A. Windows color (decimal): -11303761 or 11502675. OLE color: 11502675.

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

Color convert

RGB 83 132 175 -
CMYK 0.53 0.25 0 0.31
HSL 208.04º 0.37% 0.51% -
HSV(B) 208.04º 0.53% 0.69% -
XYZ 19.56 21.44 43.66 -
YUV 122.25 157.77 100 -
System Red Green Blue C M Y K H S L
Decimal 83 132 175 0.53 0.25 0 0.31 208.04 0.37 0.51
Hex 53 84 AF 35 19 0 1F D0 25 33
Octal 123 204 257 65 31 0 37 320 45 63
Binary 1010011 10000100 10101111 110101 11001 0 11111 11010000 100101 110011

Color Harmonies of #5384AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5384AF

Black with #5384AF

Text Example


Text Example

White with #5384AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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