Html Css Color HEX #5288BA Danube

📋 copy color: '#5288BA'

red 82 ◦ green 136 ◦ blue 186

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

Shades of Danube #5288BA

Tints of Danube #5288BA

RGB

 RED value IS 82 (32.42% from 255) = 20.3%

 GREEN value IS 136 (53.52% from 255) = 33.66%

 BLUE value IS 186 (73.05% from 255) = 46.04%

R = 20.3%
G = 33.66%
B = 46.04%

CMYK

 C value IS 0.56

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5288BA (or 0x5288BA) is known color: Danube. HEX triplet: 52, 88 and BA. RGB value is (82,136,186). Sum of RGB (Red+Green+Blue) = 82+136+186=404 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.30% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #5288BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5288BA is #AD7745. Grayscale: #7D7D7D. Windows color (decimal): -11368262 or 12224594. OLE color: 12224594.

HSL color Cylindrical-coordinate representation of color #5288BA: hue angle of 208.85º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5288BA is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 136 186 -
CMYK 0.56 0.27 0 0.27
HSL 208.85º 0.43% 0.53% -
HSV(B) 208.85º 0.56% 0.73% -
XYZ 21.15 22.95 49.77 -
YUV 125.55 162.11 96.93 -
System Red Green Blue C M Y K H S L
Decimal 82 136 186 0.56 0.27 0 0.27 208.85 0.43 0.53
Hex 52 88 BA 38 1B 0 1B D1 2B 35
Octal 122 210 272 70 33 0 33 321 53 65
Binary 1010010 10001000 10111010 111000 11011 0 11011 11010001 101011 110101

Color Harmonies of #5288BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5288BA

Black with #5288BA

Text Example


Text Example

White with #5288BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5288BA; }

 p { color: rgb(82,136,186); }

 H1.HeaderClassName
 {
   color: #5288BA;
 }
 .AnyTagClassName
 {
   color: #5288BA;
 }
</style>

background-color css

<style>
 a { background-color: #5288BA; }

 a { background-color: rgb(82,136,186); }

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

border-color css

<style>
 span { border-color: #5288BA; }

 span { border-color: rgb(82,136,186); }

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