#54B4C6

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

Shades of Viking #54B4C6

Tints of Viking #54B4C6

Color information

#54B4C6 (or 0x54B4C6) is unknown color: approx Viking. HEX triplet: 54, B4 and C6. RGB value is (84,180,198). Sum of RGB (Red+Green+Blue) = 84+180+198=462 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.18% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 198 (77.73% from 255 or 42.86% from 462); Max value from RGB is 198 - color contains mainly: blue. Hex color #54B4C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B4C6 is #AB4B39. Grayscale: #999999. Windows color (decimal): -11225914 or 13022292. OLE color: 13022292.

HSL color Cylindrical-coordinate representation of color #54B4C6: hue angle of 189.47º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54B4C6 is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB84180198-
CMYK0.580.0900.22
HSL189.47º50%55.29%-
HSV(B)189.47º57.58%77.65%-
XYZ30.1738.659.29-
YUV153.35153.278.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.18%
GREEN value IS 180 (70.70% from 255) = 38.96%
BLUE value IS 198 (77.73% from 255) = 42.86%
R=18.18%
G=38.96%
B=42.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal841801980.580.0900.22189.475055.29
Hex54B4C63A9016bd3237
Octal12426430672110262756267
Binary10101001011010011000110111010100101011010111101110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B4C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,180,198); }

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

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

 a { background-color: rgb(84,180,198); }

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

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

 span { border-color: rgb(84,180,198); }

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