#53B2E0

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

Shades of Malibu #53B2E0

Tints of Malibu #53B2E0

Color information

#53B2E0 (or 0x53B2E0) is unknown color: approx Malibu. HEX triplet: 53, B2 and E0. RGB value is (83,178,224). Sum of RGB (Red+Green+Blue) = 83+178+224=485 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.11% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 224 (87.89% from 255 or 46.19% from 485); Max value from RGB is 224 - color contains mainly: blue. Hex color #53B2E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53B2E0 is #AC4D1F. Grayscale: #9A9A9A. Windows color (decimal): -11291936 or 14725715. OLE color: 14725715.

HSL color Cylindrical-coordinate representation of color #53B2E0: hue angle of 199.57º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53B2E0 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB83178224-
CMYK0.630.2100.12
HSL199.57º69.46%60.2%-
HSV(B)199.57º62.95%87.84%-
XYZ32.9439.0676.32-
YUV154.84167.0376.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.11%
GREEN value IS 178 (69.92% from 255) = 36.70%
BLUE value IS 224 (87.89% from 255) = 46.19%
R=17.11%
G=36.70%
B=46.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal831782240.630.2100.12199.5769.4660.2
Hex53B2E03F150Cc8453c
Octal123262340772501431010574
Binary101001110110010111000001111111010101100110010001000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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