#5DACE5

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

Shades of Malibu #5DACE5

Tints of Malibu #5DACE5

Color information

#5DACE5 (or 0x5DACE5) is unknown color: approx Malibu. HEX triplet: 5D, AC and E5. RGB value is (93,172,229). Sum of RGB (Red+Green+Blue) = 93+172+229=494 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.83% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 229 (89.84% from 255 or 46.36% from 494); Max value from RGB is 229 - color contains mainly: blue. Hex color #5DACE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DACE5 is #A2531A. Grayscale: #9A9A9A. Windows color (decimal): -10638107 or 15051869. OLE color: 15051869.

HSL color Cylindrical-coordinate representation of color #5DACE5: hue angle of 205.15º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DACE5 is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB93172229-
CMYK0.590.2500.10
HSL205.15º72.34%63.14%-
HSV(B)205.15º59.39%89.8%-
XYZ33.4137.4979.6-
YUV154.88169.8383.87-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.83%
GREEN value IS 172 (67.58% from 255) = 34.82%
BLUE value IS 229 (89.84% from 255) = 46.36%
R=18.83%
G=34.82%
B=46.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal931722290.590.2500.10205.1572.3463.14
Hex5DACE53B190Acd483f
Octal135254345733101231511077
Binary101110110101100111001011110111100101010110011011001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DACE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,172,229); }

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

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

 a { background-color: rgb(93,172,229); }

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

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

 span { border-color: rgb(93,172,229); }

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