Html Css Color HEX #59B2D5 Malibu

📋 copy color: '#59B2D5'

red 89 ◦ green 178 ◦ blue 213

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

Shades of Malibu #59B2D5

Tints of Malibu #59B2D5

RGB

 RED value IS 89 (35.16% from 255) = 18.54%

 GREEN value IS 178 (69.92% from 255) = 37.08%

 BLUE value IS 213 (83.59% from 255) = 44.38%

R = 18.54%
G = 37.08%
B = 44.38%

CMYK

 C value IS 0.58

 M value IS 0.16

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#59B2D5 (or 0x59B2D5) is known color: Malibu. HEX triplet: 59, B2 and D5. RGB value is (89,178,213). Sum of RGB (Red+Green+Blue) = 89+178+213=480 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.54% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 213 (83.59% from 255 or 44.38% from 480); Max value from RGB is 213 - color contains mainly: blue. Hex color #59B2D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59B2D5 is #A64D2A. Grayscale: #9B9B9B. Windows color (decimal): -10898731 or 14004825. OLE color: 14004825.

HSL color Cylindrical-coordinate representation of color #59B2D5: hue angle of 196.94º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59B2D5 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 89 178 213 -
CMYK 0.58 0.16 0 0.16
HSL 196.94º 0.6% 0.59% -
HSV(B) 196.94º 0.58% 0.84% -
XYZ 32.05 38.77 68.74 -
YUV 155.38 160.51 80.65 -
System Red Green Blue C M Y K H S L
Decimal 89 178 213 0.58 0.16 0 0.16 196.94 0.6 0.59
Hex 59 B2 D5 3A 10 0 10 C5 3C 3B
Octal 131 262 325 72 20 0 20 305 74 73
Binary 1011001 10110010 11010101 111010 10000 0 10000 11000101 111100 111011

Color Harmonies of #59B2D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59B2D5

Black with #59B2D5

Text Example


Text Example

White with #59B2D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59B2D5; }

 p { color: rgb(89,178,213); }

 H1.HeaderClassName
 {
   color: #59B2D5;
 }
 .AnyTagClassName
 {
   color: #59B2D5;
 }
</style>

background-color css

<style>
 a { background-color: #59B2D5; }

 a { background-color: rgb(89,178,213); }

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

border-color css

<style>
 span { border-color: #59B2D5; }

 span { border-color: rgb(89,178,213); }

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