Html Css Color HEX #5289BD Danube

📋 copy color: '#5289BD'

red 82 ◦ green 137 ◦ blue 189

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

Shades of Danube #5289BD

Tints of Danube #5289BD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.58%

 BLUE value IS 189 (74.22% from 255) = 46.32%

R = 20.1%
G = 33.58%
B = 46.32%

CMYK

 C value IS 0.57

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5289BD (or 0x5289BD) is known color: Danube. HEX triplet: 52, 89 and BD. RGB value is (82,137,189). Sum of RGB (Red+Green+Blue) = 82+137+189=408 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.10% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #5289BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5289BD is #AD7642. Grayscale: #7E7E7E. Windows color (decimal): -11368003 or 12421458. OLE color: 12421458.

HSL color Cylindrical-coordinate representation of color #5289BD: hue angle of 209.16º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5289BD is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 137 189 -
CMYK 0.57 0.28 0 0.26
HSL 209.16º 0.45% 0.53% -
HSV(B) 209.16º 0.57% 0.74% -
XYZ 21.61 23.36 51.51 -
YUV 126.48 163.28 96.27 -
System Red Green Blue C M Y K H S L
Decimal 82 137 189 0.57 0.28 0 0.26 209.16 0.45 0.53
Hex 52 89 BD 39 1C 0 1A D1 2D 35
Octal 122 211 275 71 34 0 32 321 55 65
Binary 1010010 10001001 10111101 111001 11100 0 11010 11010001 101101 110101

Color Harmonies of #5289BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5289BD

Black with #5289BD

Text Example


Text Example

White with #5289BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5289BD; }

 p { color: rgb(82,137,189); }

 H1.HeaderClassName
 {
   color: #5289BD;
 }
 .AnyTagClassName
 {
   color: #5289BD;
 }
</style>

background-color css

<style>
 a { background-color: #5289BD; }

 a { background-color: rgb(82,137,189); }

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

border-color css

<style>
 span { border-color: #5289BD; }

 span { border-color: rgb(82,137,189); }

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