Html Css Color HEX #507DA4 Steel Blue

📋 copy color: '#507DA4'

red 80 ◦ green 125 ◦ blue 164

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

Shades of Steel Blue #507DA4

Tints of Steel Blue #507DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 44.44%

R = 21.68%
G = 33.88%
B = 44.44%

CMYK

 C value IS 0.51

 M value IS 0.24

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#507DA4 (or 0x507DA4) is known color: Steel Blue. HEX triplet: 50, 7D and A4. RGB value is (80,125,164). Sum of RGB (Red+Green+Blue) = 80+125+164=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 164 (64.45% from 255 or 44.44% from 369); Max value from RGB is 164 - color contains mainly: blue. Hex color #507DA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507DA4 is #AF825B. Grayscale: #737373. Windows color (decimal): -11502172 or 10779984. OLE color: 10779984.

HSL color Cylindrical-coordinate representation of color #507DA4: hue angle of 207.86º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #507DA4 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 80 125 164 -
CMYK 0.51 0.24 0 0.36
HSL 207.86º 0.34% 0.48% -
HSV(B) 207.86º 0.51% 0.64% -
XYZ 17.34 19.05 37.89 -
YUV 115.99 155.09 102.33 -
System Red Green Blue C M Y K H S L
Decimal 80 125 164 0.51 0.24 0 0.36 207.86 0.34 0.48
Hex 50 7D A4 33 18 0 24 D0 22 30
Octal 120 175 244 63 30 0 44 320 42 60
Binary 1010000 1111101 10100100 110011 11000 0 100100 11010000 100010 110000

Color Harmonies of #507DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507DA4

Black with #507DA4

Text Example


Text Example

White with #507DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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