#54BEC1

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

Shades of Viking #54BEC1

Tints of Viking #54BEC1

Color information

#54BEC1 (or 0x54BEC1) is unknown color: approx Viking. HEX triplet: 54, BE and C1. RGB value is (84,190,193). Sum of RGB (Red+Green+Blue) = 84+190+193=467 (61% of max value = 765). Red value is 84 (33.20% from 255 or 17.99% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 193 - color contains mainly: blue. Hex color #54BEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BEC1 is #AB413E. Grayscale: #9E9E9E. Windows color (decimal): -11223359 or 12697172. OLE color: 12697172.

HSL color Cylindrical-coordinate representation of color #54BEC1: hue angle of 181.65º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54BEC1 is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB84190193-
CMYK0.560.0200.24
HSL181.65º46.78%54.31%-
HSV(B)181.65º56.48%75.69%-
XYZ31.742.5657-
YUV158.65147.3874.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.99%
GREEN value IS 190 (74.61% from 255) = 40.69%
BLUE value IS 193 (75.78% from 255) = 41.33%
R=17.99%
G=40.69%
B=41.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal841901930.560.0200.24181.6546.7854.31
Hex54BEC1382018b62f36
Octal1242763017020302665766
Binary101010010111110110000011110001001100010110110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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