Html Css Color HEX #517DB3 Steel Blue

📋 copy color: '#517DB3'

red 81 ◦ green 125 ◦ blue 179

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

Shades of Steel Blue #517DB3

Tints of Steel Blue #517DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.49%

R = 21.04%
G = 32.47%
B = 46.49%

CMYK

 C value IS 0.55

 M value IS 0.30

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#517DB3 (or 0x517DB3) is known color: Steel Blue. HEX triplet: 51, 7D and B3. RGB value is (81,125,179). Sum of RGB (Red+Green+Blue) = 81+125+179=385 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.04% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 179 (70.31% from 255 or 46.49% from 385); Max value from RGB is 179 - color contains mainly: blue. Hex color #517DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517DB3 is #AE824C. Grayscale: #757575. Windows color (decimal): -11436621 or 11763025. OLE color: 11763025.

HSL color Cylindrical-coordinate representation of color #517DB3: hue angle of 213.06º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #517DB3 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 81 125 179 -
CMYK 0.55 0.30 0 0.30
HSL 213.06º 0.39% 0.51% -
HSV(B) 213.06º 0.55% 0.7% -
XYZ 18.86 19.67 45.45 -
YUV 118 162.42 101.61 -
System Red Green Blue C M Y K H S L
Decimal 81 125 179 0.55 0.30 0 0.30 213.06 0.39 0.51
Hex 51 7D B3 37 1E 0 1E D5 27 33
Octal 121 175 263 67 36 0 36 325 47 63
Binary 1010001 1111101 10110011 110111 11110 0 11110 11010101 100111 110011

Color Harmonies of #517DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517DB3

Black with #517DB3

Text Example


Text Example

White with #517DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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