Html Css Color HEX #507FAD Steel Blue

📋 copy color: '#507FAD'

red 80 ◦ green 127 ◦ blue 173

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

Shades of Steel Blue #507FAD

Tints of Steel Blue #507FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.53%

R = 21.05%
G = 33.42%
B = 45.53%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#507FAD (or 0x507FAD) is known color: Steel Blue. HEX triplet: 50, 7F and AD. RGB value is (80,127,173). Sum of RGB (Red+Green+Blue) = 80+127+173=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 173 - color contains mainly: blue. Hex color #507FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507FAD is #AF8052. Grayscale: #757575. Windows color (decimal): -11501651 or 11370320. OLE color: 11370320.

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

Color convert

RGB 80 127 173 -
CMYK 0.54 0.27 0 0.32
HSL 209.68º 0.37% 0.5% -
HSV(B) 209.68º 0.54% 0.68% -
XYZ 18.44 19.9 42.4 -
YUV 118.19 158.93 100.76 -
System Red Green Blue C M Y K H S L
Decimal 80 127 173 0.54 0.27 0 0.32 209.68 0.37 0.5
Hex 50 7F AD 36 1B 0 20 D2 25 32
Octal 120 177 255 66 33 0 40 322 45 62
Binary 1010000 1111111 10101101 110110 11011 0 100000 11010010 100101 110010

Color Harmonies of #507FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507FAD

Black with #507FAD

Text Example


Text Example

White with #507FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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