Html Css Color HEX #53B5DC Malibu

📋 copy color: '#53B5DC'

red 83 ◦ green 181 ◦ blue 220

#53B5DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #53B5DC

Tints of Malibu #53B5DC

RGB

 RED value IS 83 (32.81% from 255) = 17.15%

 GREEN value IS 181 (71.09% from 255) = 37.4%

 BLUE value IS 220 (86.33% from 255) = 45.45%

R = 17.15%
G = 37.4%
B = 45.45%

CMYK

 C value IS 0.62

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#53B5DC (or 0x53B5DC) is known color: Malibu. HEX triplet: 53, B5 and DC. RGB value is (83,181,220). Sum of RGB (Red+Green+Blue) = 83+181+220=484 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.15% from 484); Green value is 181 (71.09% from 255 or 37.40% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #53B5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53B5DC is #AC4A23. Grayscale: #9B9B9B. Windows color (decimal): -11291172 or 14464339. OLE color: 14464339.

HSL color Cylindrical-coordinate representation of color #53B5DC: hue angle of 197.08º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53B5DC is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 181 220 -
CMYK 0.62 0.18 0 0.14
HSL 197.08º 0.66% 0.59% -
HSV(B) 197.08º 0.62% 0.86% -
XYZ 33.01 40.05 73.7 -
YUV 156.14 164.03 75.83 -
System Red Green Blue C M Y K H S L
Decimal 83 181 220 0.62 0.18 0 0.14 197.08 0.66 0.59
Hex 53 B5 DC 3E 12 0 E C5 42 3B
Octal 123 265 334 76 22 0 16 305 102 73
Binary 1010011 10110101 11011100 111110 10010 0 1110 11000101 1000010 111011

Color Harmonies of #53B5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B5DC

Black with #53B5DC

Text Example


Text Example

White with #53B5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,181,220); }

 H1.HeaderClassName
 {
   color: #53B5DC;
 }
 .AnyTagClassName
 {
   color: #53B5DC;
 }
</style>

background-color css

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

 a { background-color: rgb(83,181,220); }

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

border-color css

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

 span { border-color: rgb(83,181,220); }

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