#55B6E7

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

Shades of Malibu #55B6E7

Tints of Malibu #55B6E7

Color information

#55B6E7 (or 0x55B6E7) is unknown color: approx Malibu. HEX triplet: 55, B6 and E7. RGB value is (85,182,231). Sum of RGB (Red+Green+Blue) = 85+182+231=498 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.07% from 498); Green value is 182 (71.48% from 255 or 36.55% from 498); Blue value is 231 (90.62% from 255 or 46.39% from 498); Max value from RGB is 231 - color contains mainly: blue. Hex color #55B6E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55B6E7 is #AA4918. Grayscale: #9E9E9E. Windows color (decimal): -11159833 or 15185493. OLE color: 15185493.

HSL color Cylindrical-coordinate representation of color #55B6E7: hue angle of 200.14º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55B6E7 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB85182231-
CMYK0.630.2100.09
HSL200.14º75.26%61.96%-
HSV(B)200.14º63.2%90.59%-
XYZ34.941.1681.71-
YUV158.58168.8675.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.07%
GREEN value IS 182 (71.48% from 255) = 36.55%
BLUE value IS 231 (90.62% from 255) = 46.39%
R=17.07%
G=36.55%
B=46.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal851822310.630.2100.09200.1475.2661.96
Hex55B6E73F1509c84b3e
Octal125266347772501131011376
Binary101010110110110111001111111111010101001110010001001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B6E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55B6E7; }

 p { color: rgb(85,182,231); }

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

<style>
 a { background-color: #55B6E7; }

 a { background-color: rgb(85,182,231); }

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

<style>
 span { border-color: #55B6E7; }

 span { border-color: rgb(85,182,231); }

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