#53B2E6

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

Shades of Malibu #53B2E6

Tints of Malibu #53B2E6

Color information

#53B2E6 (or 0x53B2E6) is unknown color: approx Malibu. HEX triplet: 53, B2 and E6. RGB value is (83,178,230). Sum of RGB (Red+Green+Blue) = 83+178+230=491 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.90% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 230 (90.23% from 255 or 46.84% from 491); Max value from RGB is 230 - color contains mainly: blue. Hex color #53B2E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53B2E6 is #AC4D19. Grayscale: #9B9B9B. Windows color (decimal): -11291930 or 15118931. OLE color: 15118931.

HSL color Cylindrical-coordinate representation of color #53B2E6: hue angle of 201.22º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53B2E6 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB83178230-
CMYK0.640.2300.10
HSL201.22º74.62%61.37%-
HSV(B)201.22º63.91%90.2%-
XYZ33.7739.3980.69-
YUV155.52170.0376.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.90%
GREEN value IS 178 (69.92% from 255) = 36.25%
BLUE value IS 230 (90.23% from 255) = 46.84%
R=16.90%
G=36.25%
B=46.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal831782300.640.2300.10201.2274.6261.37
Hex53B2E640170Ac94b3d
Octal1232623461002701231111375
Binary1010011101100101110011010000001011101010110010011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53B2E6; }

 p { color: rgb(83,178,230); }

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

<style>
 a { background-color: #53B2E6; }

 a { background-color: rgb(83,178,230); }

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

<style>
 span { border-color: #53B2E6; }

 span { border-color: rgb(83,178,230); }

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