#54ADB9

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

Shades of Viking #54ADB9

Tints of Viking #54ADB9

Color information

#54ADB9 (or 0x54ADB9) is unknown color: approx Viking. HEX triplet: 54, AD and B9. RGB value is (84,173,185). Sum of RGB (Red+Green+Blue) = 84+173+185=442 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.00% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 185 - color contains mainly: blue. Hex color #54ADB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ADB9 is #AB5246. Grayscale: #939393. Windows color (decimal): -11227719 or 12168532. OLE color: 12168532.

HSL color Cylindrical-coordinate representation of color #54ADB9: hue angle of 187.13º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54ADB9 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB84173185-
CMYK0.550.0600.27
HSL187.13º41.91%52.75%-
HSV(B)187.13º54.59%72.55%-
XYZ27.3635.2751.27-
YUV147.76149.0182.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.00%
GREEN value IS 173 (67.97% from 255) = 39.14%
BLUE value IS 185 (72.66% from 255) = 41.86%
R=19.00%
G=39.14%
B=41.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal841731850.550.0600.27187.1341.9152.75
Hex54ADB937601Bbb2a35
Octal1242552716760332735265
Binary1010100101011011011100111011111001101110111011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54ADB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,173,185); }

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

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

 a { background-color: rgb(84,173,185); }

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

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

 span { border-color: rgb(84,173,185); }

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