Html Css Color HEX #507EAC Steel Blue

📋 copy color: '#507EAC'

red 80 ◦ green 126 ◦ blue 172

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

Shades of Steel Blue #507EAC

Tints of Steel Blue #507EAC

RGB

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

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

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

R = 21.16%
G = 33.33%
B = 45.5%

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

#507EAC (or 0x507EAC) is known color: Steel Blue. HEX triplet: 50, 7E and AC. RGB value is (80,126,172). Sum of RGB (Red+Green+Blue) = 80+126+172=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #507EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507EAC is #AF8153. Grayscale: #757575. Windows color (decimal): -11501908 or 11304528. OLE color: 11304528.

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

Color convert

RGB 80 126 172 -
CMYK 0.53 0.27 0 0.33
HSL 210º 0.37% 0.49% -
HSV(B) 210º 0.53% 0.67% -
XYZ 18.22 19.61 41.85 -
YUV 117.49 158.76 101.26 -
System Red Green Blue C M Y K H S L
Decimal 80 126 172 0.53 0.27 0 0.33 210 0.37 0.49
Hex 50 7E AC 35 1B 0 21 D2 25 31
Octal 120 176 254 65 33 0 41 322 45 61
Binary 1010000 1111110 10101100 110101 11011 0 100001 11010010 100101 110001

Color Harmonies of #507EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507EAC

Black with #507EAC

Text Example


Text Example

White with #507EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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