Html Css Color HEX #517DB2 Steel Blue

📋 copy color: '#517DB2'

red 81 ◦ green 125 ◦ blue 178

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

Shades of Steel Blue #517DB2

Tints of Steel Blue #517DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 46.35%

R = 21.09%
G = 32.55%
B = 46.35%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#517DB2 (or 0x517DB2) is known color: Steel Blue. HEX triplet: 51, 7D and B2. RGB value is (81,125,178). Sum of RGB (Red+Green+Blue) = 81+125+178=384 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.09% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 178 (69.92% from 255 or 46.35% from 384); Max value from RGB is 178 - color contains mainly: blue. Hex color #517DB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517DB2 is #AE824D. Grayscale: #757575. Windows color (decimal): -11436622 or 11697489. OLE color: 11697489.

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

Color convert

RGB 81 125 178 -
CMYK 0.54 0.30 0 0.30
HSL 212.78º 0.39% 0.51% -
HSV(B) 212.78º 0.54% 0.7% -
XYZ 18.76 19.63 44.92 -
YUV 117.89 161.92 101.69 -
System Red Green Blue C M Y K H S L
Decimal 81 125 178 0.54 0.30 0 0.30 212.78 0.39 0.51
Hex 51 7D B2 36 1E 0 1E D5 27 33
Octal 121 175 262 66 36 0 36 325 47 63
Binary 1010001 1111101 10110010 110110 11110 0 11110 11010101 100111 110011

Color Harmonies of #517DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517DB2

Black with #517DB2

Text Example


Text Example

White with #517DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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