#54ACC1

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

Shades of Viking #54ACC1

Tints of Viking #54ACC1

Color information

#54ACC1 (or 0x54ACC1) is unknown color: approx Viking. HEX triplet: 54, AC and C1. RGB value is (84,172,193). Sum of RGB (Red+Green+Blue) = 84+172+193=449 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.71% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 193 (75.78% from 255 or 42.98% from 449); Max value from RGB is 193 - color contains mainly: blue. Hex color #54ACC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ACC1 is #AB533E. Grayscale: #939393. Windows color (decimal): -11227967 or 12692564. OLE color: 12692564.

HSL color Cylindrical-coordinate representation of color #54ACC1: hue angle of 191.56º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54ACC1 is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB84172193-
CMYK0.560.1100.24
HSL191.56º46.78%54.31%-
HSV(B)191.56º56.48%75.69%-
XYZ28.0335.2455.78-
YUV148.08153.3582.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.71%
GREEN value IS 172 (67.58% from 255) = 38.31%
BLUE value IS 193 (75.78% from 255) = 42.98%
R=18.71%
G=38.31%
B=42.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal841721930.560.1100.24191.5646.7854.31
Hex54ACC138B018c02f36
Octal12425430170130303005766
Binary10101001010110011000001111000101101100011000000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54ACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,172,193); }

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

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

 a { background-color: rgb(84,172,193); }

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

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

 span { border-color: rgb(84,172,193); }

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