Html Css Color HEX #517CAB Steel Blue

📋 copy color: '#517CAB'

red 81 ◦ green 124 ◦ blue 171

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

Shades of Steel Blue #517CAB

Tints of Steel Blue #517CAB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.98%

 BLUE value IS 171 (67.19% from 255) = 45.48%

R = 21.54%
G = 32.98%
B = 45.48%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#517CAB (or 0x517CAB) is known color: Steel Blue. HEX triplet: 51, 7C and AB. RGB value is (81,124,171). Sum of RGB (Red+Green+Blue) = 81+124+171=376 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.54% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #517CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517CAB is #AE8354. Grayscale: #747474. Windows color (decimal): -11436885 or 11238481. OLE color: 11238481.

HSL color Cylindrical-coordinate representation of color #517CAB: hue angle of 211.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #517CAB is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 124 171 -
CMYK 0.53 0.27 0 0.33
HSL 211.33º 0.36% 0.49% -
HSV(B) 211.33º 0.53% 0.67% -
XYZ 17.95 19.1 41.27 -
YUV 116.5 158.75 102.68 -
System Red Green Blue C M Y K H S L
Decimal 81 124 171 0.53 0.27 0 0.33 211.33 0.36 0.49
Hex 51 7C AB 35 1B 0 21 D3 24 31
Octal 121 174 253 65 33 0 41 323 44 61
Binary 1010001 1111100 10101011 110101 11011 0 100001 11010011 100100 110001

Color Harmonies of #517CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517CAB

Black with #517CAB

Text Example


Text Example

White with #517CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,124,171); }

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

background-color css

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

 a { background-color: rgb(81,124,171); }

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

border-color css

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

 span { border-color: rgb(81,124,171); }

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