Html Css Color HEX #5289BC Danube

📋 copy color: '#5289BC'

red 82 ◦ green 137 ◦ blue 188

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

Shades of Danube #5289BC

Tints of Danube #5289BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.19%

R = 20.15%
G = 33.66%
B = 46.19%

CMYK

 C value IS 0.56

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5289BC (or 0x5289BC) is known color: Danube. HEX triplet: 52, 89 and BC. RGB value is (82,137,188). Sum of RGB (Red+Green+Blue) = 82+137+188=407 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.15% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #5289BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5289BC is #AD7643. Grayscale: #7E7E7E. Windows color (decimal): -11368004 or 12355922. OLE color: 12355922.

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

Color convert

RGB 82 137 188 -
CMYK 0.56 0.27 0 0.26
HSL 208.87º 0.44% 0.53% -
HSV(B) 208.87º 0.56% 0.74% -
XYZ 21.5 23.32 50.94 -
YUV 126.37 162.78 96.35 -
System Red Green Blue C M Y K H S L
Decimal 82 137 188 0.56 0.27 0 0.26 208.87 0.44 0.53
Hex 52 89 BC 38 1B 0 1A D1 2C 35
Octal 122 211 274 70 33 0 32 321 54 65
Binary 1010010 10001001 10111100 111000 11011 0 11010 11010001 101100 110101

Color Harmonies of #5289BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5289BC

Black with #5289BC

Text Example


Text Example

White with #5289BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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