Html Css Color HEX #507FAA Steel Blue

📋 copy color: '#507FAA'

red 80 ◦ green 127 ◦ blue 170

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

Shades of Steel Blue #507FAA

Tints of Steel Blue #507FAA

RGB

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

 GREEN value IS 127 (50% from 255) = 33.69%

 BLUE value IS 170 (66.8% from 255) = 45.09%

R = 21.22%
G = 33.69%
B = 45.09%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#507FAA (or 0x507FAA) is known color: Steel Blue. HEX triplet: 50, 7F and AA. RGB value is (80,127,170). Sum of RGB (Red+Green+Blue) = 80+127+170=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #507FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507FAA is #AF8055. Grayscale: #757575. Windows color (decimal): -11501654 or 11173712. OLE color: 11173712.

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

Color convert

RGB 80 127 170 -
CMYK 0.53 0.25 0 0.33
HSL 208.67º 0.36% 0.49% -
HSV(B) 208.67º 0.53% 0.67% -
XYZ 18.15 19.79 40.89 -
YUV 117.85 157.43 101 -
System Red Green Blue C M Y K H S L
Decimal 80 127 170 0.53 0.25 0 0.33 208.67 0.36 0.49
Hex 50 7F AA 35 19 0 21 D1 24 31
Octal 120 177 252 65 31 0 41 321 44 61
Binary 1010000 1111111 10101010 110101 11001 0 100001 11010001 100100 110001

Color Harmonies of #507FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507FAA

Black with #507FAA

Text Example


Text Example

White with #507FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,127,170); }

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

background-color css

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

 a { background-color: rgb(80,127,170); }

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

border-color css

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

 span { border-color: rgb(80,127,170); }

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