#56B4D9

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

Shades of Malibu #56B4D9

Tints of Malibu #56B4D9

Color information

#56B4D9 (or 0x56B4D9) is unknown color: approx Malibu. HEX triplet: 56, B4 and D9. RGB value is (86,180,217). Sum of RGB (Red+Green+Blue) = 86+180+217=483 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.81% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 217 (85.16% from 255 or 44.93% from 483); Max value from RGB is 217 - color contains mainly: blue. Hex color #56B4D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56B4D9 is #A94B26. Grayscale: #9B9B9B. Windows color (decimal): -11094823 or 14267478. OLE color: 14267478.

HSL color Cylindrical-coordinate representation of color #56B4D9: hue angle of 196.95º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56B4D9 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB86180217-
CMYK0.600.1700.15
HSL196.95º63.29%59.41%-
HSV(B)196.95º60.37%85.1%-
XYZ32.6839.6371.57-
YUV156.11162.3677.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.81%
GREEN value IS 180 (70.70% from 255) = 37.27%
BLUE value IS 217 (85.16% from 255) = 44.93%
R=17.81%
G=37.27%
B=44.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal861802170.600.1700.15196.9563.2959.41
Hex56B4D93C110Fc53f3b
Octal12626433174210173057773
Binary10101101011010011011001111100100010111111000101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56B4D9; }

 p { color: rgb(86,180,217); }

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

<style>
 a { background-color: #56B4D9; }

 a { background-color: rgb(86,180,217); }

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

<style>
 span { border-color: #56B4D9; }

 span { border-color: rgb(86,180,217); }

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