Html Css Color HEX #507BAB Steel Blue

📋 copy color: '#507BAB'

red 80 ◦ green 123 ◦ blue 171

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

Shades of Steel Blue #507BAB

Tints of Steel Blue #507BAB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.89%

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

R = 21.39%
G = 32.89%
B = 45.72%

CMYK

 C value IS 0.53

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#507BAB (or 0x507BAB) is known color: Steel Blue. HEX triplet: 50, 7B and AB. RGB value is (80,123,171). Sum of RGB (Red+Green+Blue) = 80+123+171=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #507BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507BAB is #AF8454. Grayscale: #737373. Windows color (decimal): -11502677 or 11238224. OLE color: 11238224.

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

Color convert

RGB 80 123 171 -
CMYK 0.53 0.28 0 0.33
HSL 211.65º 0.36% 0.49% -
HSV(B) 211.65º 0.53% 0.67% -
XYZ 17.74 18.81 41.22 -
YUV 115.62 159.25 102.6 -
System Red Green Blue C M Y K H S L
Decimal 80 123 171 0.53 0.28 0 0.33 211.65 0.36 0.49
Hex 50 7B AB 35 1C 0 21 D4 24 31
Octal 120 173 253 65 34 0 41 324 44 61
Binary 1010000 1111011 10101011 110101 11100 0 100001 11010100 100100 110001

Color Harmonies of #507BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507BAB

Black with #507BAB

Text Example


Text Example

White with #507BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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