Html Css Color HEX #507EA9 Steel Blue

📋 copy color: '#507EA9'

red 80 ◦ green 126 ◦ blue 169

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

Shades of Steel Blue #507EA9

Tints of Steel Blue #507EA9

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.6%

 BLUE value IS 169 (66.41% from 255) = 45.07%

R = 21.33%
G = 33.6%
B = 45.07%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#507EA9 (or 0x507EA9) is known color: Steel Blue. HEX triplet: 50, 7E and A9. RGB value is (80,126,169). Sum of RGB (Red+Green+Blue) = 80+126+169=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 169 (66.41% from 255 or 45.07% from 375); Max value from RGB is 169 - color contains mainly: blue. Hex color #507EA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507EA9 is #AF8156. Grayscale: #747474. Windows color (decimal): -11501911 or 11107920. OLE color: 11107920.

HSL color Cylindrical-coordinate representation of color #507EA9: hue angle of 208.99º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #507EA9 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 80 126 169 -
CMYK 0.53 0.25 0 0.34
HSL 208.99º 0.36% 0.49% -
HSV(B) 208.99º 0.53% 0.66% -
XYZ 17.93 19.49 40.35 -
YUV 117.15 157.26 101.5 -
System Red Green Blue C M Y K H S L
Decimal 80 126 169 0.53 0.25 0 0.34 208.99 0.36 0.49
Hex 50 7E A9 35 19 0 22 D1 24 31
Octal 120 176 251 65 31 0 42 321 44 61
Binary 1010000 1111110 10101001 110101 11001 0 100010 11010001 100100 110001

Color Harmonies of #507EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507EA9

Black with #507EA9

Text Example


Text Example

White with #507EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,126,169); }

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

background-color css

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

 a { background-color: rgb(80,126,169); }

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

border-color css

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

 span { border-color: rgb(80,126,169); }

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