#54B5DB

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

Shades of Malibu #54B5DB

Tints of Malibu #54B5DB

Color information

#54B5DB (or 0x54B5DB) is unknown color: approx Malibu. HEX triplet: 54, B5 and DB. RGB value is (84,181,219). Sum of RGB (Red+Green+Blue) = 84+181+219=484 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.36% from 484); Green value is 181 (71.09% from 255 or 37.40% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #54B5DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B5DB is #AB4A24. Grayscale: #9C9C9C. Windows color (decimal): -11225637 or 14398804. OLE color: 14398804.

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

Color convert

RGB84181219-
CMYK0.620.1700.14
HSL196.89º65.22%59.41%-
HSV(B)196.89º61.64%85.88%-
XYZ32.9740.0573.01-
YUV156.33163.3676.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.36%
GREEN value IS 181 (71.09% from 255) = 37.40%
BLUE value IS 219 (85.94% from 255) = 45.25%
R=17.36%
G=37.40%
B=45.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal841812190.620.1700.14196.8965.2259.41
Hex54B5DB3E110Ec5413b
Octal124265333762101630510173
Binary101010010110101110110111111101000101110110001011000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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