#54BABC

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

Shades of Viking #54BABC

Tints of Viking #54BABC

Color information

#54BABC (or 0x54BABC) is unknown color: approx Viking. HEX triplet: 54, BA and BC. RGB value is (84,186,188). Sum of RGB (Red+Green+Blue) = 84+186+188=458 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.34% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 188 - color contains mainly: blue. Hex color #54BABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BABC is #AB4543. Grayscale: #9B9B9B. Windows color (decimal): -11224388 or 12368468. OLE color: 12368468.

HSL color Cylindrical-coordinate representation of color #54BABC: hue angle of 181.15º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54BABC is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB84186188-
CMYK0.550.0100.26
HSL181.15º43.7%53.33%-
HSV(B)181.15º55.32%73.73%-
XYZ30.2940.6353.82-
YUV155.73146.2176.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.34%
GREEN value IS 186 (73.05% from 255) = 40.61%
BLUE value IS 188 (73.83% from 255) = 41.05%
R=18.34%
G=40.61%
B=41.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal841861880.550.0100.26181.1543.753.33
Hex54BABC37101Ab52c35
Octal1242722746710322655465
Binary10101001011101010111100110111101101010110101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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