Html Css Color HEX #5378AF Steel Blue

📋 copy color: '#5378AF'

red 83 ◦ green 120 ◦ blue 175

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

Shades of Steel Blue #5378AF

Tints of Steel Blue #5378AF

RGB

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

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

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

R = 21.96%
G = 31.75%
B = 46.3%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5378AF (or 0x5378AF) is known color: Steel Blue. HEX triplet: 53, 78 and AF. RGB value is (83,120,175). Sum of RGB (Red+Green+Blue) = 83+120+175=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #5378AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5378AF is #AC8750. Grayscale: #727272. Windows color (decimal): -11306833 or 11499603. OLE color: 11499603.

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

Color convert

RGB 83 120 175 -
CMYK 0.53 0.31 0 0.31
HSL 215.87º 0.37% 0.51% -
HSV(B) 215.87º 0.53% 0.69% -
XYZ 18.02 18.37 43.15 -
YUV 115.21 161.74 105.03 -
System Red Green Blue C M Y K H S L
Decimal 83 120 175 0.53 0.31 0 0.31 215.87 0.37 0.51
Hex 53 78 AF 35 1F 0 1F D8 25 33
Octal 123 170 257 65 37 0 37 330 45 63
Binary 1010011 1111000 10101111 110101 11111 0 11111 11011000 100101 110011

Color Harmonies of #5378AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5378AF

Black with #5378AF

Text Example


Text Example

White with #5378AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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