#56B5D9

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

Shades of Malibu #56B5D9

Tints of Malibu #56B5D9

Color information

#56B5D9 (or 0x56B5D9) is unknown color: approx Malibu. HEX triplet: 56, B5 and D9. RGB value is (86,181,217). Sum of RGB (Red+Green+Blue) = 86+181+217=484 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.77% from 484); Green value is 181 (71.09% from 255 or 37.40% from 484); Blue value is 217 (85.16% from 255 or 44.83% from 484); Max value from RGB is 217 - color contains mainly: blue. Hex color #56B5D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56B5D9 is #A94A26. Grayscale: #9C9C9C. Windows color (decimal): -11094567 or 14267734. OLE color: 14267734.

HSL color Cylindrical-coordinate representation of color #56B5D9: hue angle of 196.49º 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 #56B5D9 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB86181217-
CMYK0.600.1700.15
HSL196.49º63.29%59.41%-
HSV(B)196.49º60.37%85.1%-
XYZ32.8940.0471.64-
YUV156.7162.0377.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.77%
GREEN value IS 181 (71.09% from 255) = 37.40%
BLUE value IS 217 (85.16% from 255) = 44.83%
R=17.77%
G=37.40%
B=44.83%

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
Decimal861812170.600.1700.15196.4963.2959.41
Hex56B5D93C110Fc43f3b
Octal12626533174210173047773
Binary10101101011010111011001111100100010111111000100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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