Html Css Color HEX #5690D1 Danube

📋 copy color: '#5690D1'

red 86 ◦ green 144 ◦ blue 209

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

Shades of Danube #5690D1

Tints of Danube #5690D1

RGB

 RED value IS 86 (33.98% from 255) = 19.59%

 GREEN value IS 144 (56.64% from 255) = 32.8%

 BLUE value IS 209 (82.03% from 255) = 47.61%

R = 19.59%
G = 32.8%
B = 47.61%

CMYK

 C value IS 0.59

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5690D1 (or 0x5690D1) is known color: Danube. HEX triplet: 56, 90 and D1. RGB value is (86,144,209). Sum of RGB (Red+Green+Blue) = 86+144+209=439 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.59% from 439); Green value is 144 (56.64% from 255 or 32.80% from 439); Blue value is 209 (82.03% from 255 or 47.61% from 439); Max value from RGB is 209 - color contains mainly: blue. Hex color #5690D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5690D1 is #A96F2E. Grayscale: #858585. Windows color (decimal): -11104047 or 13733974. OLE color: 13733974.

HSL color Cylindrical-coordinate representation of color #5690D1: hue angle of 211.71º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5690D1 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 86 144 209 -
CMYK 0.59 0.31 0 0.18
HSL 211.71º 0.57% 0.58% -
HSV(B) 211.71º 0.59% 0.82% -
XYZ 25.32 26.53 64.11 -
YUV 134.07 170.28 93.71 -
System Red Green Blue C M Y K H S L
Decimal 86 144 209 0.59 0.31 0 0.18 211.71 0.57 0.58
Hex 56 90 D1 3B 1F 0 12 D4 39 3A
Octal 126 220 321 73 37 0 22 324 71 72
Binary 1010110 10010000 11010001 111011 11111 0 10010 11010100 111001 111010

Color Harmonies of #5690D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5690D1

Black with #5690D1

Text Example


Text Example

White with #5690D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5690D1; }

 p { color: rgb(86,144,209); }

 H1.HeaderClassName
 {
   color: #5690D1;
 }
 .AnyTagClassName
 {
   color: #5690D1;
 }
</style>

background-color css

<style>
 a { background-color: #5690D1; }

 a { background-color: rgb(86,144,209); }

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

border-color css

<style>
 span { border-color: #5690D1; }

 span { border-color: rgb(86,144,209); }

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