#54adcc

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

Shades of Viking #54ADCC

Tints of Viking #54ADCC

Color information

#54ADCC (or 0x54ADCC) is unknown color: approx Viking. HEX triplet: 54, AD and CC. RGB value is (84,173,204). Sum of RGB (Red+Green+Blue) = 84+173+204=461 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.22% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #54ADCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ADCC is #AB5233. Grayscale: #959595. Windows color (decimal): -11227700 or 13413716. OLE color: 13413716.

HSL color Cylindrical-coordinate representation of color #54ADCC: hue angle of 195.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54ADCC is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB84173204-
CMYK0.590.1500.2
HSL195.5º54.05%56.47%-
HSV(B)195.5º58.82%80%-
XYZ29.536.1362.55-
YUV149.92158.5180.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.22%
GREEN value IS 173 (67.97% from 255) = 37.53%
BLUE value IS 204 (80.08% from 255) = 44.25%
R=18.22%
G=37.53%
B=44.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal841732040.590.1500.2195.554.0556.47
Hex54ADCC3BF014c43638
Octal12425531473170243046670
Binary10101001010110111001100111011111101010011000100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54adcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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