#5bb8e5

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

Shades of Malibu #5BB8E5

Tints of Malibu #5BB8E5

Color information

#5BB8E5 (or 0x5BB8E5) is unknown color: approx Malibu. HEX triplet: 5B, B8 and E5. RGB value is (91,184,229). Sum of RGB (Red+Green+Blue) = 91+184+229=504 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.06% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 229 - color contains mainly: blue. Hex color #5BB8E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BB8E5 is #A4471A. Grayscale: #A1A1A1. Windows color (decimal): -10766107 or 15054939. OLE color: 15054939.

HSL color Cylindrical-coordinate representation of color #5BB8E5: hue angle of 199.57º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BB8E5 is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB91184229-
CMYK0.600.2000.10
HSL199.57º72.63%62.75%-
HSV(B)199.57º60.26%89.8%-
XYZ35.642.1680.39-
YUV161.32166.1977.84-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.06%
GREEN value IS 184 (72.27% from 255) = 36.51%
BLUE value IS 229 (89.84% from 255) = 45.44%
R=18.06%
G=36.51%
B=45.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal911842290.600.2000.10199.5772.6362.75
Hex5BB8E53C140Ac8493f
Octal133270345742401231011177
Binary101101110111000111001011111001010001010110010001001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5bb8e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5bb8e5; }

 p { color: rgb(91,184,229); }

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

<style>
 a { background-color: #5bb8e5; }

 a { background-color: rgb(91,184,229); }

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

<style>
 span { border-color: #5bb8e5; }

 span { border-color: rgb(91,184,229); }

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