#54B5D0

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

Shades of Viking #54B5D0

Tints of Viking #54B5D0

Color information

#54B5D0 (or 0x54B5D0) is unknown color: approx Viking. HEX triplet: 54, B5 and D0. RGB value is (84,181,208). Sum of RGB (Red+Green+Blue) = 84+181+208=473 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.76% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 208 - color contains mainly: blue. Hex color #54B5D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B5D0 is #AB4A2F. Grayscale: #9A9A9A. Windows color (decimal): -11225648 or 13677908. OLE color: 13677908.

HSL color Cylindrical-coordinate representation of color #54B5D0: hue angle of 193.06º 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 #54B5D0 is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB84181208-
CMYK0.600.1300.18
HSL193.06º56.88%57.25%-
HSV(B)193.06º59.62%81.57%-
XYZ31.5739.4965.63-
YUV155.07157.8677.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.76%
GREEN value IS 181 (71.09% from 255) = 38.27%
BLUE value IS 208 (81.64% from 255) = 43.97%
R=17.76%
G=38.27%
B=43.97%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal841812080.600.1300.18193.0656.8857.25
Hex54B5D03CD012c13939
Octal12426532074150223017171
Binary10101001011010111010000111100110101001011000001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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