#56B1E4

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

Shades of Malibu #56B1E4

Tints of Malibu #56B1E4

Color information

#56B1E4 (or 0x56B1E4) is unknown color: approx Malibu. HEX triplet: 56, B1 and E4. RGB value is (86,177,228). Sum of RGB (Red+Green+Blue) = 86+177+228=491 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.52% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 228 (89.45% from 255 or 46.44% from 491); Max value from RGB is 228 - color contains mainly: blue. Hex color #56B1E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56B1E4 is #A94E1B. Grayscale: #9B9B9B. Windows color (decimal): -11095580 or 14987606. OLE color: 14987606.

HSL color Cylindrical-coordinate representation of color #56B1E4: hue angle of 201.55º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56B1E4 is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB86177228-
CMYK0.620.2200.11
HSL201.55º72.45%61.57%-
HSV(B)201.55º62.28%89.41%-
XYZ33.5639.0279.16-
YUV155.6168.8578.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.52%
GREEN value IS 177 (69.53% from 255) = 36.05%
BLUE value IS 228 (89.45% from 255) = 46.44%
R=17.52%
G=36.05%
B=46.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal861772280.620.2200.11201.5572.4561.57
Hex56B1E43E160Bca483e
Octal126261344762601331211076
Binary101011010110001111001001111101011001011110010101001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,177,228); }

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

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

 a { background-color: rgb(86,177,228); }

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

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

 span { border-color: rgb(86,177,228); }

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