#55B5E6

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

Shades of Malibu #55B5E6

Tints of Malibu #55B5E6

Color information

#55B5E6 (or 0x55B5E6) is unknown color: approx Malibu. HEX triplet: 55, B5 and E6. RGB value is (85,181,230). Sum of RGB (Red+Green+Blue) = 85+181+230=496 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.14% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 230 (90.23% from 255 or 46.37% from 496); Max value from RGB is 230 - color contains mainly: blue. Hex color #55B5E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55B5E6 is #AA4A19. Grayscale: #9D9D9D. Windows color (decimal): -11160090 or 15119701. OLE color: 15119701.

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

Color convert

RGB85181230-
CMYK0.630.2100.10
HSL200.28º74.36%61.76%-
HSV(B)200.28º63.04%90.2%-
XYZ34.5540.6980.9-
YUV157.88168.776.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.14%
GREEN value IS 181 (71.09% from 255) = 36.49%
BLUE value IS 230 (90.23% from 255) = 46.37%
R=17.14%
G=36.49%
B=46.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal851812300.630.2100.10200.2874.3661.76
Hex55B5E63F150Ac84a3e
Octal125265346772501231011276
Binary101010110110101111001101111111010101010110010001001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B5E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,181,230); }

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

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

 a { background-color: rgb(85,181,230); }

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

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

 span { border-color: rgb(85,181,230); }

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