#5BAEDC

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

Shades of Malibu #5BAEDC

Tints of Malibu #5BAEDC

Color information

#5BAEDC (or 0x5BAEDC) is unknown color: approx Malibu. HEX triplet: 5B, AE and DC. RGB value is (91,174,220). Sum of RGB (Red+Green+Blue) = 91+174+220=485 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.76% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #5BAEDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAEDC is #A45123. Grayscale: #9A9A9A. Windows color (decimal): -10768676 or 14462555. OLE color: 14462555.

HSL color Cylindrical-coordinate representation of color #5BAEDC: hue angle of 201.4º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BAEDC is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB91174220-
CMYK0.590.2100.14
HSL201.4º64.82%60.98%-
HSV(B)201.4º58.64%86.27%-
XYZ32.3737.6673.27-
YUV154.4316582.76-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.76%
GREEN value IS 174 (68.36% from 255) = 35.88%
BLUE value IS 220 (86.33% from 255) = 45.36%
R=18.76%
G=35.88%
B=45.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal911742200.590.2100.14201.464.8260.98
Hex5BAEDC3B150Ec9413d
Octal133256334732501631110175
Binary101101110101110110111001110111010101110110010011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,174,220); }

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

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

 a { background-color: rgb(91,174,220); }

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

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

 span { border-color: rgb(91,174,220); }

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