#54AACE

Color #54AACE Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #54AACE

Tints of Viking #54AACE

Color information

#54AACE (or 0x54AACE) is unknown color: approx Viking. HEX triplet: 54, AA and CE. RGB value is (84,170,206). Sum of RGB (Red+Green+Blue) = 84+170+206=460 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.26% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #54AACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AACE is #AB5531. Grayscale: #949494. Windows color (decimal): -11228466 or 13544020. OLE color: 13544020.

HSL color Cylindrical-coordinate representation of color #54AACE: hue angle of 197.7º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54AACE is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB84170206-
CMYK0.590.1700.19
HSL197.7º55.45%56.86%-
HSV(B)197.7º59.22%80.78%-
XYZ29.1735.0963.63-
YUV148.39160.5182.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.26%
GREEN value IS 170 (66.80% from 255) = 36.96%
BLUE value IS 206 (80.86% from 255) = 44.78%
R=18.26%
G=36.96%
B=44.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal841702060.590.1700.19197.755.4556.86
Hex54AACE3B11013c63739
Octal12425231673210233066771
Binary101010010101010110011101110111000101001111000110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54AACE; }

 p { color: rgb(84,170,206); }

 H1.HeaderClassName
 {
   color: #54AACE;
 }
 .AnyTagClassName
 {
   color: #54AACE;
 }
</style>
background-color css

<style>
 a { background-color: #54AACE; }

 a { background-color: rgb(84,170,206); }

 div.DivClassName
 {
   background-color: #54AACE;
 }
 .BgClassName
 {
   background-color: #54AACE;
 }
</style>
border-color css

<style>
 span { border-color: #54AACE; }

 span { border-color: rgb(84,170,206); }

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