#54B6C4

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

Shades of Viking #54B6C4

Tints of Viking #54B6C4

Color information

#54B6C4 (or 0x54B6C4) is unknown color: approx Viking. HEX triplet: 54, B6 and C4. RGB value is (84,182,196). Sum of RGB (Red+Green+Blue) = 84+182+196=462 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.18% from 462); Green value is 182 (71.48% from 255 or 39.39% from 462); Blue value is 196 (76.95% from 255 or 42.42% from 462); Max value from RGB is 196 - color contains mainly: blue. Hex color #54B6C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B6C4 is #AB493B. Grayscale: #9A9A9A. Windows color (decimal): -11225404 or 12891732. OLE color: 12891732.

HSL color Cylindrical-coordinate representation of color #54B6C4: hue angle of 187.5º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54B6C4 is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB84182196-
CMYK0.570.0700.23
HSL187.5º48.7%54.9%-
HSV(B)187.5º57.14%76.86%-
XYZ30.3539.3358.22-
YUV154.29151.5377.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.18%
GREEN value IS 182 (71.48% from 255) = 39.39%
BLUE value IS 196 (76.95% from 255) = 42.42%
R=18.18%
G=39.39%
B=42.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal841821960.570.0700.23187.548.754.9
Hex54B6C4397017bc3137
Octal1242663047170272746167
Binary1010100101101101100010011100111101011110111100110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B6C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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