#54B5DC

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

Shades of Malibu #54B5DC

Tints of Malibu #54B5DC

Color information

#54B5DC (or 0x54B5DC) is unknown color: approx Malibu. HEX triplet: 54, B5 and DC. RGB value is (84,181,220). Sum of RGB (Red+Green+Blue) = 84+181+220=485 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.32% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #54B5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B5DC is #AB4A23. Grayscale: #9C9C9C. Windows color (decimal): -11225636 or 14464340. OLE color: 14464340.

HSL color Cylindrical-coordinate representation of color #54B5DC: hue angle of 197.21º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54B5DC is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB84181220-
CMYK0.620.1800.14
HSL197.21º66.02%59.61%-
HSV(B)197.21º61.82%86.27%-
XYZ33.140.173.71-
YUV156.44163.8676.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.32%
GREEN value IS 181 (71.09% from 255) = 37.32%
BLUE value IS 220 (86.33% from 255) = 45.36%
R=17.32%
G=37.32%
B=45.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal841812200.620.1800.14197.2166.0259.61
Hex54B5DC3E120Ec5423c
Octal124265334762201630510274
Binary101010010110101110111001111101001001110110001011000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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