Html Css Color HEX #507DAD Steel Blue

📋 copy color: '#507DAD'

red 80 ◦ green 125 ◦ blue 173

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

Shades of Steel Blue #507DAD

Tints of Steel Blue #507DAD

RGB

 RED value IS 80 (31.64% from 255) = 21.16%

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

 BLUE value IS 173 (67.97% from 255) = 45.77%

R = 21.16%
G = 33.07%
B = 45.77%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#507DAD (or 0x507DAD) is known color: Steel Blue. HEX triplet: 50, 7D and AD. RGB value is (80,125,173). Sum of RGB (Red+Green+Blue) = 80+125+173=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 173 - color contains mainly: blue. Hex color #507DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507DAD is #AF8252. Grayscale: #747474. Windows color (decimal): -11502163 or 11369808. OLE color: 11369808.

HSL color Cylindrical-coordinate representation of color #507DAD: hue angle of 210.97º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #507DAD is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 125 173 -
CMYK 0.54 0.28 0 0.32
HSL 210.97º 0.37% 0.5% -
HSV(B) 210.97º 0.54% 0.68% -
XYZ 18.18 19.39 42.32 -
YUV 117.02 159.59 101.6 -
System Red Green Blue C M Y K H S L
Decimal 80 125 173 0.54 0.28 0 0.32 210.97 0.37 0.5
Hex 50 7D AD 36 1C 0 20 D3 25 32
Octal 120 175 255 66 34 0 40 323 45 62
Binary 1010000 1111101 10101101 110110 11100 0 100000 11010011 100101 110010

Color Harmonies of #507DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507DAD

Black with #507DAD

Text Example


Text Example

White with #507DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507DAD; }

 p { color: rgb(80,125,173); }

 H1.HeaderClassName
 {
   color: #507DAD;
 }
 .AnyTagClassName
 {
   color: #507DAD;
 }
</style>

background-color css

<style>
 a { background-color: #507DAD; }

 a { background-color: rgb(80,125,173); }

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

border-color css

<style>
 span { border-color: #507DAD; }

 span { border-color: rgb(80,125,173); }

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