Html Css Color HEX #5987BF Danube

📋 copy color: '#5987BF'

red 89 ◦ green 135 ◦ blue 191

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

Shades of Danube #5987BF

Tints of Danube #5987BF

RGB

 RED value IS 89 (35.16% from 255) = 21.45%

 GREEN value IS 135 (53.13% from 255) = 32.53%

 BLUE value IS 191 (75% from 255) = 46.02%

R = 21.45%
G = 32.53%
B = 46.02%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5987BF (or 0x5987BF) is known color: Danube. HEX triplet: 59, 87 and BF. RGB value is (89,135,191). Sum of RGB (Red+Green+Blue) = 89+135+191=415 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.45% from 415); Green value is 135 (53.12% from 255 or 32.53% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #5987BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5987BF is #A67840. Grayscale: #7F7F7F. Windows color (decimal): -10909761 or 12552025. OLE color: 12552025.

HSL color Cylindrical-coordinate representation of color #5987BF: hue angle of 212.94º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5987BF is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 135 191 -
CMYK 0.53 0.29 0 0.25
HSL 212.94º 0.44% 0.55% -
HSV(B) 212.94º 0.53% 0.75% -
XYZ 22.19 23.21 52.6 -
YUV 127.63 163.76 100.45 -
System Red Green Blue C M Y K H S L
Decimal 89 135 191 0.53 0.29 0 0.25 212.94 0.44 0.55
Hex 59 87 BF 35 1D 0 19 D5 2C 37
Octal 131 207 277 65 35 0 31 325 54 67
Binary 1011001 10000111 10111111 110101 11101 0 11001 11010101 101100 110111

Color Harmonies of #5987BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5987BF

Black with #5987BF

Text Example


Text Example

White with #5987BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5987BF; }

 p { color: rgb(89,135,191); }

 H1.HeaderClassName
 {
   color: #5987BF;
 }
 .AnyTagClassName
 {
   color: #5987BF;
 }
</style>

background-color css

<style>
 a { background-color: #5987BF; }

 a { background-color: rgb(89,135,191); }

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

border-color css

<style>
 span { border-color: #5987BF; }

 span { border-color: rgb(89,135,191); }

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