Html Css Color HEX #507AAE Steel Blue

📋 copy color: '#507AAE'

red 80 ◦ green 122 ◦ blue 174

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

Shades of Steel Blue #507AAE

Tints of Steel Blue #507AAE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.45%

 BLUE value IS 174 (68.36% from 255) = 46.28%

R = 21.28%
G = 32.45%
B = 46.28%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#507AAE (or 0x507AAE) is known color: Steel Blue. HEX triplet: 50, 7A and AE. RGB value is (80,122,174). Sum of RGB (Red+Green+Blue) = 80+122+174=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #507AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507AAE is #AF8551. Grayscale: #737373. Windows color (decimal): -11502930 or 11434576. OLE color: 11434576.

HSL color Cylindrical-coordinate representation of color #507AAE: hue angle of 213.19º 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 #507AAE is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 122 174 -
CMYK 0.54 0.30 0 0.32
HSL 213.19º 0.37% 0.5% -
HSV(B) 213.19º 0.54% 0.68% -
XYZ 17.91 18.68 42.71 -
YUV 115.37 161.09 102.77 -
System Red Green Blue C M Y K H S L
Decimal 80 122 174 0.54 0.30 0 0.32 213.19 0.37 0.5
Hex 50 7A AE 36 1E 0 20 D5 25 32
Octal 120 172 256 66 36 0 40 325 45 62
Binary 1010000 1111010 10101110 110110 11110 0 100000 11010101 100101 110010

Color Harmonies of #507AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507AAE

Black with #507AAE

Text Example


Text Example

White with #507AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,122,174); }

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

background-color css

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

 a { background-color: rgb(80,122,174); }

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

border-color css

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

 span { border-color: rgb(80,122,174); }

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