Html Css Color HEX #517DB1 Steel Blue

📋 copy color: '#517DB1'

red 81 ◦ green 125 ◦ blue 177

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

Shades of Steel Blue #517DB1

Tints of Steel Blue #517DB1

RGB

 RED value IS 81 (32.03% from 255) = 21.15%

 GREEN value IS 125 (49.22% from 255) = 32.64%

 BLUE value IS 177 (69.53% from 255) = 46.21%

R = 21.15%
G = 32.64%
B = 46.21%

CMYK

 C value IS 0.54

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#517DB1 (or 0x517DB1) is known color: Steel Blue. HEX triplet: 51, 7D and B1. RGB value is (81,125,177). Sum of RGB (Red+Green+Blue) = 81+125+177=383 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.15% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 177 (69.53% from 255 or 46.21% from 383); Max value from RGB is 177 - color contains mainly: blue. Hex color #517DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517DB1 is #AE824E. Grayscale: #757575. Windows color (decimal): -11436623 or 11631953. OLE color: 11631953.

HSL color Cylindrical-coordinate representation of color #517DB1: hue angle of 212.5º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #517DB1 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 81 125 177 -
CMYK 0.54 0.29 0 0.31
HSL 212.5º 0.38% 0.51% -
HSV(B) 212.5º 0.54% 0.69% -
XYZ 18.66 19.59 44.39 -
YUV 117.77 161.42 101.77 -
System Red Green Blue C M Y K H S L
Decimal 81 125 177 0.54 0.29 0 0.31 212.5 0.38 0.51
Hex 51 7D B1 36 1D 0 1F D4 26 33
Octal 121 175 261 66 35 0 37 324 46 63
Binary 1010001 1111101 10110001 110110 11101 0 11111 11010100 100110 110011

Color Harmonies of #517DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517DB1

Black with #517DB1

Text Example


Text Example

White with #517DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517DB1; }

 p { color: rgb(81,125,177); }

 H1.HeaderClassName
 {
   color: #517DB1;
 }
 .AnyTagClassName
 {
   color: #517DB1;
 }
</style>

background-color css

<style>
 a { background-color: #517DB1; }

 a { background-color: rgb(81,125,177); }

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

border-color css

<style>
 span { border-color: #517DB1; }

 span { border-color: rgb(81,125,177); }

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