#56B5E5

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

Shades of Malibu #56B5E5

Tints of Malibu #56B5E5

Color information

#56B5E5 (or 0x56B5E5) is unknown color: approx Malibu. HEX triplet: 56, B5 and E5. RGB value is (86,181,229). Sum of RGB (Red+Green+Blue) = 86+181+229=496 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.34% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 229 (89.84% from 255 or 46.17% from 496); Max value from RGB is 229 - color contains mainly: blue. Hex color #56B5E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56B5E5 is #A94A1A. Grayscale: #9D9D9D. Windows color (decimal): -11094555 or 15054166. OLE color: 15054166.

HSL color Cylindrical-coordinate representation of color #56B5E5: hue angle of 200.14º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56B5E5 is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB86181229-
CMYK0.620.2100.10
HSL200.14º73.33%61.76%-
HSV(B)200.14º62.45%89.8%-
XYZ34.540.6880.16-
YUV158.07168.0376.6-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.34%
GREEN value IS 181 (71.09% from 255) = 36.49%
BLUE value IS 229 (89.84% from 255) = 46.17%
R=17.34%
G=36.49%
B=46.17%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal861812290.620.2100.10200.1473.3361.76
Hex56B5E53E150Ac8493e
Octal126265345762501231011176
Binary101011010110101111001011111101010101010110010001001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B5E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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