#54BACA

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

Shades of Viking #54BACA

Tints of Viking #54BACA

Color information

#54BACA (or 0x54BACA) is unknown color: approx Viking. HEX triplet: 54, BA and CA. RGB value is (84,186,202). Sum of RGB (Red+Green+Blue) = 84+186+202=472 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.80% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #54BACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BACA is #AB4535. Grayscale: #9D9D9D. Windows color (decimal): -11224374 or 13285972. OLE color: 13285972.

HSL color Cylindrical-coordinate representation of color #54BACA: hue angle of 188.14º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54BACA is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB84186202-
CMYK0.580.0800.21
HSL188.14º52.68%56.08%-
HSV(B)188.14º58.42%79.22%-
XYZ31.8841.2762.16-
YUV157.33153.2175.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.80%
GREEN value IS 186 (73.05% from 255) = 39.41%
BLUE value IS 202 (79.30% from 255) = 42.80%
R=17.80%
G=39.41%
B=42.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal841862020.580.0800.21188.1452.6856.08
Hex54BACA3A8015bc3538
Octal12427231272100252746570
Binary10101001011101011001010111010100001010110111100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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