#5BA8E3

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

Shades of Malibu #5BA8E3

Tints of Malibu #5BA8E3

Color information

#5BA8E3 (or 0x5BA8E3) is unknown color: approx Malibu. HEX triplet: 5B, A8 and E3. RGB value is (91,168,227). Sum of RGB (Red+Green+Blue) = 91+168+227=486 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.72% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 227 (89.06% from 255 or 46.71% from 486); Max value from RGB is 227 - color contains mainly: blue. Hex color #5BA8E3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA8E3 is #A4571C. Grayscale: #979797. Windows color (decimal): -10770205 or 14919771. OLE color: 14919771.

HSL color Cylindrical-coordinate representation of color #5BA8E3: hue angle of 206.03º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BA8E3 is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB91168227-
CMYK0.600.2600.11
HSL206.03º70.83%62.35%-
HSV(B)206.03º59.91%89.02%-
XYZ32.1835.7877.88-
YUV151.7170.4984.7-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.72%
GREEN value IS 168 (66.02% from 255) = 34.57%
BLUE value IS 227 (89.06% from 255) = 46.71%
R=18.72%
G=34.57%
B=46.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal911682270.600.2600.11206.0370.8362.35
Hex5BA8E33C1A0Bce473e
Octal133250343743201331610776
Binary101101110101000111000111111001101001011110011101000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,168,227); }

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

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

 a { background-color: rgb(91,168,227); }

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

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

 span { border-color: rgb(91,168,227); }

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