#56B3D9

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

Shades of Malibu #56B3D9

Tints of Malibu #56B3D9

Color information

#56B3D9 (or 0x56B3D9) is unknown color: approx Malibu. HEX triplet: 56, B3 and D9. RGB value is (86,179,217). Sum of RGB (Red+Green+Blue) = 86+179+217=482 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.84% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 217 (85.16% from 255 or 45.02% from 482); Max value from RGB is 217 - color contains mainly: blue. Hex color #56B3D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56B3D9 is #A94C26. Grayscale: #9B9B9B. Windows color (decimal): -11095079 or 14267222. OLE color: 14267222.

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

Color convert

RGB86179217-
CMYK0.600.1800.15
HSL197.4º63.29%59.41%-
HSV(B)197.4º60.37%85.1%-
XYZ32.4839.2371.51-
YUV155.52162.6978.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.84%
GREEN value IS 179 (70.31% from 255) = 37.14%
BLUE value IS 217 (85.16% from 255) = 45.02%
R=17.84%
G=37.14%
B=45.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal861792170.600.1800.15197.463.2959.41
Hex56B3D93C120Fc53f3b
Octal12626333174220173057773
Binary10101101011001111011001111100100100111111000101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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