Html Css Color HEX #5378AE Steel Blue

📋 copy color: '#5378AE'

red 83 ◦ green 120 ◦ blue 174

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

Shades of Steel Blue #5378AE

Tints of Steel Blue #5378AE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.83%

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

R = 22.02%
G = 31.83%
B = 46.15%

CMYK

 C value IS 0.52

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5378AE (or 0x5378AE) is known color: Steel Blue. HEX triplet: 53, 78 and AE. RGB value is (83,120,174). Sum of RGB (Red+Green+Blue) = 83+120+174=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #5378AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5378AE is #AC8751. Grayscale: #727272. Windows color (decimal): -11306834 or 11434067. OLE color: 11434067.

HSL color Cylindrical-coordinate representation of color #5378AE: hue angle of 215.6º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5378AE is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 83 120 174 -
CMYK 0.52 0.31 0 0.32
HSL 215.6º 0.36% 0.5% -
HSV(B) 215.6º 0.52% 0.68% -
XYZ 17.92 18.33 42.64 -
YUV 115.09 161.24 105.11 -
System Red Green Blue C M Y K H S L
Decimal 83 120 174 0.52 0.31 0 0.32 215.6 0.36 0.5
Hex 53 78 AE 34 1F 0 20 D8 24 32
Octal 123 170 256 64 37 0 40 330 44 62
Binary 1010011 1111000 10101110 110100 11111 0 100000 11011000 100100 110010

Color Harmonies of #5378AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5378AE

Black with #5378AE

Text Example


Text Example

White with #5378AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,120,174); }

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

background-color css

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

 a { background-color: rgb(83,120,174); }

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

border-color css

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

 span { border-color: rgb(83,120,174); }

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