#54B6C1

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

Shades of Viking #54B6C1

Tints of Viking #54B6C1

Color information

#54B6C1 (or 0x54B6C1) is unknown color: approx Viking. HEX triplet: 54, B6 and C1. RGB value is (84,182,193). Sum of RGB (Red+Green+Blue) = 84+182+193=459 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.30% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 193 - color contains mainly: blue. Hex color #54B6C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B6C1 is #AB493E. Grayscale: #999999. Windows color (decimal): -11225407 or 12695124. OLE color: 12695124.

HSL color Cylindrical-coordinate representation of color #54B6C1: hue angle of 186.06º 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 #54B6C1 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB84182193-
CMYK0.560.0600.24
HSL186.06º46.78%54.31%-
HSV(B)186.06º56.48%75.69%-
XYZ30.0139.1956.44-
YUV153.95150.0378.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.30%
GREEN value IS 182 (71.48% from 255) = 39.65%
BLUE value IS 193 (75.78% from 255) = 42.05%
R=18.30%
G=39.65%
B=42.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal841821930.560.0600.24186.0646.7854.31
Hex54B6C1386018ba2f36
Octal1242663017060302725766
Binary1010100101101101100000111100011001100010111010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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