Html Css Color HEX #5389B7 Danube

📋 copy color: '#5389B7'

red 83 ◦ green 137 ◦ blue 183

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

Shades of Danube #5389B7

Tints of Danube #5389B7

RGB

 RED value IS 83 (32.81% from 255) = 20.6%

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

 BLUE value IS 183 (71.88% from 255) = 45.41%

R = 20.6%
G = 34%
B = 45.41%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#5389B7 (or 0x5389B7) is known color: Danube. HEX triplet: 53, 89 and B7. RGB value is (83,137,183). Sum of RGB (Red+Green+Blue) = 83+137+183=403 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.60% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 183 (71.88% from 255 or 45.41% from 403); Max value from RGB is 183 - color contains mainly: blue. Hex color #5389B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5389B7 is #AC7648. Grayscale: #7D7D7D. Windows color (decimal): -11302473 or 12028243. OLE color: 12028243.

HSL color Cylindrical-coordinate representation of color #5389B7: hue angle of 207.6º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5389B7 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 83 137 183 -
CMYK 0.55 0.25 0 0.28
HSL 207.6º 0.41% 0.52% -
HSV(B) 207.6º 0.55% 0.72% -
XYZ 21.06 23.15 48.16 -
YUV 126.1 160.11 97.26 -
System Red Green Blue C M Y K H S L
Decimal 83 137 183 0.55 0.25 0 0.28 207.6 0.41 0.52
Hex 53 89 B7 37 19 0 1C D0 29 34
Octal 123 211 267 67 31 0 34 320 51 64
Binary 1010011 10001001 10110111 110111 11001 0 11100 11010000 101001 110100

Color Harmonies of #5389B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5389B7

Black with #5389B7

Text Example


Text Example

White with #5389B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5389B7; }

 p { color: rgb(83,137,183); }

 H1.HeaderClassName
 {
   color: #5389B7;
 }
 .AnyTagClassName
 {
   color: #5389B7;
 }
</style>

background-color css

<style>
 a { background-color: #5389B7; }

 a { background-color: rgb(83,137,183); }

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

border-color css

<style>
 span { border-color: #5389B7; }

 span { border-color: rgb(83,137,183); }

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