#54AAC3

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

Shades of Viking #54AAC3

Tints of Viking #54AAC3

Color information

#54AAC3 (or 0x54AAC3) is unknown color: approx Viking. HEX triplet: 54, AA and C3. RGB value is (84,170,195). Sum of RGB (Red+Green+Blue) = 84+170+195=449 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.71% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 195 (76.56% from 255 or 43.43% from 449); Max value from RGB is 195 - color contains mainly: blue. Hex color #54AAC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AAC3 is #AB553C. Grayscale: #929292. Windows color (decimal): -11228477 or 12823124. OLE color: 12823124.

HSL color Cylindrical-coordinate representation of color #54AAC3: hue angle of 193.51º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54AAC3 is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB84170195-
CMYK0.570.1300.24
HSL193.51º48.05%54.71%-
HSV(B)193.51º56.92%76.47%-
XYZ27.8834.5756.83-
YUV147.14155.0182.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.71%
GREEN value IS 170 (66.80% from 255) = 37.86%
BLUE value IS 195 (76.56% from 255) = 43.43%
R=18.71%
G=37.86%
B=43.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal841701950.570.1300.24193.5148.0554.71
Hex54AAC339D018c23037
Octal12425230371150303026067
Binary10101001010101011000011111001110101100011000010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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