Html Css Color HEX #507DAC Steel Blue

📋 copy color: '#507DAC'

red 80 ◦ green 125 ◦ blue 172

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

Shades of Steel Blue #507DAC

Tints of Steel Blue #507DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.62%

R = 21.22%
G = 33.16%
B = 45.62%

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

#507DAC (or 0x507DAC) is known color: Steel Blue. HEX triplet: 50, 7D and AC. RGB value is (80,125,172). Sum of RGB (Red+Green+Blue) = 80+125+172=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #507DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507DAC is #AF8253. Grayscale: #747474. Windows color (decimal): -11502164 or 11304272. OLE color: 11304272.

HSL color Cylindrical-coordinate representation of color #507DAC: hue angle of 210.65º degrees, saturation: 0.37, 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 #507DAC is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 125 172 -
CMYK 0.53 0.27 0 0.33
HSL 210.65º 0.37% 0.49% -
HSV(B) 210.65º 0.53% 0.67% -
XYZ 18.09 19.35 41.81 -
YUV 116.9 159.09 101.68 -
System Red Green Blue C M Y K H S L
Decimal 80 125 172 0.53 0.27 0 0.33 210.65 0.37 0.49
Hex 50 7D AC 35 1B 0 21 D3 25 31
Octal 120 175 254 65 33 0 41 323 45 61
Binary 1010000 1111101 10101100 110101 11011 0 100001 11010011 100101 110001

Color Harmonies of #507DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507DAC

Black with #507DAC

Text Example


Text Example

White with #507DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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