#5BB0DC

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

Shades of Malibu #5BB0DC

Tints of Malibu #5BB0DC

Color information

#5BB0DC (or 0x5BB0DC) is unknown color: approx Malibu. HEX triplet: 5B, B0 and DC. RGB value is (91,176,220). Sum of RGB (Red+Green+Blue) = 91+176+220=487 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.69% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #5BB0DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BB0DC is #A44F23. Grayscale: #9B9B9B. Windows color (decimal): -10768164 or 14463067. OLE color: 14463067.

HSL color Cylindrical-coordinate representation of color #5BB0DC: hue angle of 200.47º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BB0DC is Cyan = 0.59, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB91176220-
CMYK0.590.200.14
HSL200.47º64.82%60.98%-
HSV(B)200.47º58.64%86.27%-
XYZ32.7638.4473.4-
YUV155.6164.3481.92-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.69%
GREEN value IS 176 (69.14% from 255) = 36.14%
BLUE value IS 220 (86.33% from 255) = 45.17%
R=18.69%
G=36.14%
B=45.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal911762200.590.200.14200.4764.8260.98
Hex5BB0DC3B140Ec8413d
Octal133260334732401631010175
Binary101101110110000110111001110111010001110110010001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BB0DC; }

 p { color: rgb(91,176,220); }

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

<style>
 a { background-color: #5BB0DC; }

 a { background-color: rgb(91,176,220); }

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

<style>
 span { border-color: #5BB0DC; }

 span { border-color: rgb(91,176,220); }

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