#5AB0DA

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

Shades of Malibu #5AB0DA

Tints of Malibu #5AB0DA

Color information

#5AB0DA (or 0x5AB0DA) is unknown color: approx Malibu. HEX triplet: 5A, B0 and DA. RGB value is (90,176,218). Sum of RGB (Red+Green+Blue) = 90+176+218=484 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.60% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #5AB0DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AB0DA is #A54F25. Grayscale: #9A9A9A. Windows color (decimal): -10833702 or 14331994. OLE color: 14331994.

HSL color Cylindrical-coordinate representation of color #5AB0DA: hue angle of 199.69º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AB0DA is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB90176218-
CMYK0.590.1900.15
HSL199.69º63.37%60.39%-
HSV(B)199.69º58.72%85.49%-
XYZ32.438.2972.01-
YUV155.07163.5181.58-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.60%
GREEN value IS 176 (69.14% from 255) = 36.36%
BLUE value IS 218 (85.55% from 255) = 45.04%
R=18.60%
G=36.36%
B=45.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal901762180.590.1900.15199.6963.3760.39
Hex5AB0DA3B130Fc83f3c
Octal13226033273230173107774
Binary10110101011000011011010111011100110111111001000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,176,218); }

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

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

 a { background-color: rgb(90,176,218); }

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

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

 span { border-color: rgb(90,176,218); }

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