#54AEC6

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

Shades of Viking #54AEC6

Tints of Viking #54AEC6

Color information

#54AEC6 (or 0x54AEC6) is unknown color: approx Viking. HEX triplet: 54, AE and C6. RGB value is (84,174,198). Sum of RGB (Red+Green+Blue) = 84+174+198=456 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.42% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 198 (77.73% from 255 or 43.42% from 456); Max value from RGB is 198 - color contains mainly: blue. Hex color #54AEC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AEC6 is #AB5139. Grayscale: #959595. Windows color (decimal): -11227450 or 13020756. OLE color: 13020756.

HSL color Cylindrical-coordinate representation of color #54AEC6: hue angle of 192.63º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54AEC6 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB84174198-
CMYK0.580.1200.22
HSL192.63º50%55.29%-
HSV(B)192.63º57.58%77.65%-
XYZ28.9936.2358.89-
YUV149.83155.1881.05-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.42%
GREEN value IS 174 (68.36% from 255) = 38.16%
BLUE value IS 198 (77.73% from 255) = 43.42%
R=18.42%
G=38.16%
B=43.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal841741980.580.1200.22192.635055.29
Hex54AEC63AC016c13237
Octal12425630672140263016267
Binary10101001010111011000110111010110001011011000001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,174,198); }

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

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

 a { background-color: rgb(84,174,198); }

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

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

 span { border-color: rgb(84,174,198); }

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