#54A5BA

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

Shades of Viking #54A5BA

Tints of Viking #54A5BA

Color information

#54A5BA (or 0x54A5BA) is unknown color: approx Viking. HEX triplet: 54, A5 and BA. RGB value is (84,165,186). Sum of RGB (Red+Green+Blue) = 84+165+186=435 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.31% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #54A5BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A5BA is #AB5A45. Grayscale: #8F8F8F. Windows color (decimal): -11229766 or 12232020. OLE color: 12232020.

HSL color Cylindrical-coordinate representation of color #54A5BA: hue angle of 192.35º 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 #54A5BA is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB84165186-
CMYK0.550.1100.27
HSL192.35º42.5%52.94%-
HSV(B)192.35º54.84%72.94%-
XYZ25.9732.3451.33-
YUV143.17152.1685.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.31%
GREEN value IS 165 (64.84% from 255) = 37.93%
BLUE value IS 186 (73.05% from 255) = 42.76%
R=19.31%
G=37.93%
B=42.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal841651860.550.1100.27192.3542.552.94
Hex54A5BA37B01Bc02a35
Octal12424527267130333005265
Binary10101001010010110111010110111101101101111000000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,165,186); }

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

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

 a { background-color: rgb(84,165,186); }

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

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

 span { border-color: rgb(84,165,186); }

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