Html Css Color HEX #5481AF Steel Blue

📋 copy color: '#5481AF'

red 84 ◦ green 129 ◦ blue 175

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

Shades of Steel Blue #5481AF

Tints of Steel Blue #5481AF

RGB

 RED value IS 84 (33.2% from 255) = 21.65%

 GREEN value IS 129 (50.78% from 255) = 33.25%

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

R = 21.65%
G = 33.25%
B = 45.1%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5481AF (or 0x5481AF) is known color: Steel Blue. HEX triplet: 54, 81 and AF. RGB value is (84,129,175). Sum of RGB (Red+Green+Blue) = 84+129+175=388 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.65% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #5481AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5481AF is #AB7E50. Grayscale: #787878. Windows color (decimal): -11238993 or 11501908. OLE color: 11501908.

HSL color Cylindrical-coordinate representation of color #5481AF: hue angle of 210.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5481AF is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 84 129 175 -
CMYK 0.52 0.26 0 0.31
HSL 210.33º 0.36% 0.51% -
HSV(B) 210.33º 0.52% 0.69% -
XYZ 19.24 20.68 43.53 -
YUV 120.79 158.59 101.76 -
System Red Green Blue C M Y K H S L
Decimal 84 129 175 0.52 0.26 0 0.31 210.33 0.36 0.51
Hex 54 81 AF 34 1A 0 1F D2 24 33
Octal 124 201 257 64 32 0 37 322 44 63
Binary 1010100 10000001 10101111 110100 11010 0 11111 11010010 100100 110011

Color Harmonies of #5481AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5481AF

Black with #5481AF

Text Example


Text Example

White with #5481AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,129,175); }

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

background-color css

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

 a { background-color: rgb(84,129,175); }

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

border-color css

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

 span { border-color: rgb(84,129,175); }

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