Html Css Color HEX #55B5DA Malibu

📋 copy color: '#55B5DA'

red 85 ◦ green 181 ◦ blue 218

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

Shades of Malibu #55B5DA

Tints of Malibu #55B5DA

RGB

 RED value IS 85 (33.59% from 255) = 17.56%

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

 BLUE value IS 218 (85.55% from 255) = 45.04%

R = 17.56%
G = 37.4%
B = 45.04%

CMYK

 C value IS 0.61

 M value IS 0.17

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#55B5DA (or 0x55B5DA) is known color: Malibu. HEX triplet: 55, B5 and DA. RGB value is (85,181,218). Sum of RGB (Red+Green+Blue) = 85+181+218=484 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.56% from 484); Green value is 181 (71.09% from 255 or 37.40% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #55B5DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B5DA is #AA4A25. Grayscale: #9C9C9C. Windows color (decimal): -11160102 or 14333269. OLE color: 14333269.

HSL color Cylindrical-coordinate representation of color #55B5DA: hue angle of 196.69º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55B5DA is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 181 218 -
CMYK 0.61 0.17 0 0.15
HSL 196.69º 0.64% 0.59% -
HSV(B) 196.69º 0.61% 0.85% -
XYZ 32.93 40.04 72.32 -
YUV 156.51 162.7 76.99 -
System Red Green Blue C M Y K H S L
Decimal 85 181 218 0.61 0.17 0 0.15 196.69 0.64 0.59
Hex 55 B5 DA 3D 11 0 F C5 40 3B
Octal 125 265 332 75 21 0 17 305 100 73
Binary 1010101 10110101 11011010 111101 10001 0 1111 11000101 1000000 111011

Color Harmonies of #55B5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B5DA

Black with #55B5DA

Text Example


Text Example

White with #55B5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55B5DA; }

 p { color: rgb(85,181,218); }

 H1.HeaderClassName
 {
   color: #55B5DA;
 }
 .AnyTagClassName
 {
   color: #55B5DA;
 }
</style>

background-color css

<style>
 a { background-color: #55B5DA; }

 a { background-color: rgb(85,181,218); }

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

border-color css

<style>
 span { border-color: #55B5DA; }

 span { border-color: rgb(85,181,218); }

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