Html Css Color HEX #507FAB Steel Blue

📋 copy color: '#507FAB'

red 80 ◦ green 127 ◦ blue 171

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

Shades of Steel Blue #507FAB

Tints of Steel Blue #507FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.24%

R = 21.16%
G = 33.6%
B = 45.24%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#507FAB (or 0x507FAB) is known color: Steel Blue. HEX triplet: 50, 7F and AB. RGB value is (80,127,171). Sum of RGB (Red+Green+Blue) = 80+127+171=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #507FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507FAB is #AF8054. Grayscale: #757575. Windows color (decimal): -11501653 or 11239248. OLE color: 11239248.

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

Color convert

RGB 80 127 171 -
CMYK 0.53 0.26 0 0.33
HSL 209.01º 0.36% 0.49% -
HSV(B) 209.01º 0.53% 0.67% -
XYZ 18.25 19.82 41.39 -
YUV 117.96 157.93 100.92 -
System Red Green Blue C M Y K H S L
Decimal 80 127 171 0.53 0.26 0 0.33 209.01 0.36 0.49
Hex 50 7F AB 35 1A 0 21 D1 24 31
Octal 120 177 253 65 32 0 41 321 44 61
Binary 1010000 1111111 10101011 110101 11010 0 100001 11010001 100100 110001

Color Harmonies of #507FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507FAB

Black with #507FAB

Text Example


Text Example

White with #507FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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