#54A4BE

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

Shades of Viking #54A4BE

Tints of Viking #54A4BE

Color information

#54A4BE (or 0x54A4BE) is unknown color: approx Viking. HEX triplet: 54, A4 and BE. RGB value is (84,164,190). Sum of RGB (Red+Green+Blue) = 84+164+190=438 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.18% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #54A4BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A4BE is #AB5B41. Grayscale: #8E8E8E. Windows color (decimal): -11230018 or 12493908. OLE color: 12493908.

HSL color Cylindrical-coordinate representation of color #54A4BE: hue angle of 194.72º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54A4BE is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB84164190-
CMYK0.560.1400.25
HSL194.72º44.92%53.73%-
HSV(B)194.72º55.79%74.51%-
XYZ26.2332.1553.54-
YUV143.04154.585.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.18%
GREEN value IS 164 (64.45% from 255) = 37.44%
BLUE value IS 190 (74.61% from 255) = 43.38%
R=19.18%
G=37.44%
B=43.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841641900.560.1400.25194.7244.9253.73
Hex54A4BE38E019c32d36
Octal12424427670160313035566
Binary10101001010010010111110111000111001100111000011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,164,190); }

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

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

 a { background-color: rgb(84,164,190); }

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

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

 span { border-color: rgb(84,164,190); }

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