#54B8D0

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

Shades of Viking #54B8D0

Tints of Viking #54B8D0

Color information

#54B8D0 (or 0x54B8D0) is unknown color: approx Viking. HEX triplet: 54, B8 and D0. RGB value is (84,184,208). Sum of RGB (Red+Green+Blue) = 84+184+208=476 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.65% from 476); Green value is 184 (72.27% from 255 or 38.66% from 476); Blue value is 208 (81.64% from 255 or 43.70% from 476); Max value from RGB is 208 - color contains mainly: blue. Hex color #54B8D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B8D0 is #AB472F. Grayscale: #9C9C9C. Windows color (decimal): -11224880 or 13678676. OLE color: 13678676.

HSL color Cylindrical-coordinate representation of color #54B8D0: hue angle of 191.61º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54B8D0 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB84184208-
CMYK0.600.1200.18
HSL191.61º56.88%57.25%-
HSV(B)191.61º59.62%81.57%-
XYZ32.1840.7265.84-
YUV156.84156.8776.05-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.65%
GREEN value IS 184 (72.27% from 255) = 38.66%
BLUE value IS 208 (81.64% from 255) = 43.70%
R=17.65%
G=38.66%
B=43.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal841842080.600.1200.18191.6156.8857.25
Hex54B8D03CC012c03939
Octal12427032074140223007171
Binary10101001011100011010000111100110001001011000000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,184,208); }

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

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

 a { background-color: rgb(84,184,208); }

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

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

 span { border-color: rgb(84,184,208); }

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