Html Css Color HEX #5084AF Steel Blue

📋 copy color: '#5084AF'

red 80 ◦ green 132 ◦ blue 175

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

Shades of Steel Blue #5084AF

Tints of Steel Blue #5084AF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.11%

 BLUE value IS 175 (68.75% from 255) = 45.22%

R = 20.67%
G = 34.11%
B = 45.22%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5084AF (or 0x5084AF) is known color: Steel Blue. HEX triplet: 50, 84 and AF. RGB value is (80,132,175). Sum of RGB (Red+Green+Blue) = 80+132+175=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #5084AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5084AF is #AF7B50. Grayscale: #797979. Windows color (decimal): -11500369 or 11502672. OLE color: 11502672.

HSL color Cylindrical-coordinate representation of color #5084AF: hue angle of 207.16º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5084AF is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 132 175 -
CMYK 0.54 0.25 0 0.31
HSL 207.16º 0.37% 0.5% -
HSV(B) 207.16º 0.54% 0.69% -
XYZ 19.3 21.3 43.65 -
YUV 121.35 158.27 98.5 -
System Red Green Blue C M Y K H S L
Decimal 80 132 175 0.54 0.25 0 0.31 207.16 0.37 0.5
Hex 50 84 AF 36 19 0 1F CF 25 32
Octal 120 204 257 66 31 0 37 317 45 62
Binary 1010000 10000100 10101111 110110 11001 0 11111 11001111 100101 110010

Color Harmonies of #5084AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5084AF

Black with #5084AF

Text Example


Text Example

White with #5084AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5084AF; }

 p { color: rgb(80,132,175); }

 H1.HeaderClassName
 {
   color: #5084AF;
 }
 .AnyTagClassName
 {
   color: #5084AF;
 }
</style>

background-color css

<style>
 a { background-color: #5084AF; }

 a { background-color: rgb(80,132,175); }

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

border-color css

<style>
 span { border-color: #5084AF; }

 span { border-color: rgb(80,132,175); }

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