Html Css Color HEX #508DB5 Steel Blue

📋 copy color: '#508DB5'

red 80 ◦ green 141 ◦ blue 181

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

Shades of Steel Blue #508DB5

Tints of Steel Blue #508DB5

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.07%

 BLUE value IS 181 (71.09% from 255) = 45.02%

R = 19.9%
G = 35.07%
B = 45.02%

CMYK

 C value IS 0.56

 M value IS 0.22

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#508DB5 (or 0x508DB5) is known color: Steel Blue. HEX triplet: 50, 8D and B5. RGB value is (80,141,181). Sum of RGB (Red+Green+Blue) = 80+141+181=402 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.90% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 181 (71.09% from 255 or 45.02% from 402); Max value from RGB is 181 - color contains mainly: blue. Hex color #508DB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508DB5 is #AF724A. Grayscale: #7F7F7F. Windows color (decimal): -11498059 or 11898192. OLE color: 11898192.

HSL color Cylindrical-coordinate representation of color #508DB5: hue angle of 203.76º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #508DB5 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 141 181 -
CMYK 0.56 0.22 0 0.29
HSL 203.76º 0.41% 0.51% -
HSV(B) 203.76º 0.56% 0.71% -
XYZ 21.17 24.09 47.25 -
YUV 127.32 158.29 94.25 -
System Red Green Blue C M Y K H S L
Decimal 80 141 181 0.56 0.22 0 0.29 203.76 0.41 0.51
Hex 50 8D B5 38 16 0 1D CC 29 33
Octal 120 215 265 70 26 0 35 314 51 63
Binary 1010000 10001101 10110101 111000 10110 0 11101 11001100 101001 110011

Color Harmonies of #508DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508DB5

Black with #508DB5

Text Example


Text Example

White with #508DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508DB5; }

 p { color: rgb(80,141,181); }

 H1.HeaderClassName
 {
   color: #508DB5;
 }
 .AnyTagClassName
 {
   color: #508DB5;
 }
</style>

background-color css

<style>
 a { background-color: #508DB5; }

 a { background-color: rgb(80,141,181); }

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

border-color css

<style>
 span { border-color: #508DB5; }

 span { border-color: rgb(80,141,181); }

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