#54AECD

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

Shades of Viking #54AECD

Tints of Viking #54AECD

Color information

#54AECD (or 0x54AECD) is unknown color: approx Viking. HEX triplet: 54, AE and CD. RGB value is (84,174,205). Sum of RGB (Red+Green+Blue) = 84+174+205=463 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.14% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #54AECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AECD is #AB5132. Grayscale: #969696. Windows color (decimal): -11227443 or 13479508. OLE color: 13479508.

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

Color convert

RGB84174205-
CMYK0.590.1500.20
HSL195.37º54.75%56.67%-
HSV(B)195.37º59.02%80.39%-
XYZ29.8136.5663.24-
YUV150.62158.6880.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.14%
GREEN value IS 174 (68.36% from 255) = 37.58%
BLUE value IS 205 (80.47% from 255) = 44.28%
R=18.14%
G=37.58%
B=44.28%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal841742050.590.1500.20195.3754.7556.67
Hex54AECD3BF014c33739
Octal12425631573170243036771
Binary10101001010111011001101111011111101010011000011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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