Html Css Color HEX #507AAF Steel Blue

📋 copy color: '#507AAF'

red 80 ◦ green 122 ◦ blue 175

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

Shades of Steel Blue #507AAF

Tints of Steel Blue #507AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.42%

R = 21.22%
G = 32.36%
B = 46.42%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#507AAF (or 0x507AAF) is known color: Steel Blue. HEX triplet: 50, 7A and AF. RGB value is (80,122,175). Sum of RGB (Red+Green+Blue) = 80+122+175=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 175 - color contains mainly: blue. Hex color #507AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507AAF is #AF8550. Grayscale: #737373. Windows color (decimal): -11502929 or 11500112. OLE color: 11500112.

HSL color Cylindrical-coordinate representation of color #507AAF: hue angle of 213.47º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #507AAF is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 122 175 -
CMYK 0.54 0.30 0 0.31
HSL 213.47º 0.37% 0.5% -
HSV(B) 213.47º 0.54% 0.69% -
XYZ 18.01 18.72 43.22 -
YUV 115.48 161.59 102.69 -
System Red Green Blue C M Y K H S L
Decimal 80 122 175 0.54 0.30 0 0.31 213.47 0.37 0.5
Hex 50 7A AF 36 1E 0 1F D5 25 32
Octal 120 172 257 66 36 0 37 325 45 62
Binary 1010000 1111010 10101111 110110 11110 0 11111 11010101 100101 110010

Color Harmonies of #507AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507AAF

Black with #507AAF

Text Example


Text Example

White with #507AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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