Html Css Color HEX #5690C4 Danube

📋 copy color: '#5690C4'

red 86 ◦ green 144 ◦ blue 196

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

Shades of Danube #5690C4

Tints of Danube #5690C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 46.01%

R = 20.19%
G = 33.8%
B = 46.01%

CMYK

 C value IS 0.56

 M value IS 0.27

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#5690C4 (or 0x5690C4) is known color: Danube. HEX triplet: 56, 90 and C4. RGB value is (86,144,196). Sum of RGB (Red+Green+Blue) = 86+144+196=426 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.19% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 196 (76.95% from 255 or 46.01% from 426); Max value from RGB is 196 - color contains mainly: blue. Hex color #5690C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5690C4 is #A96F3B. Grayscale: #848484. Windows color (decimal): -11104060 or 12882006. OLE color: 12882006.

HSL color Cylindrical-coordinate representation of color #5690C4: hue angle of 208.36º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5690C4 is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 86 144 196 -
CMYK 0.56 0.27 0 0.23
HSL 208.36º 0.48% 0.55% -
HSV(B) 208.36º 0.56% 0.77% -
XYZ 23.77 25.91 55.97 -
YUV 132.59 163.78 94.77 -
System Red Green Blue C M Y K H S L
Decimal 86 144 196 0.56 0.27 0 0.23 208.36 0.48 0.55
Hex 56 90 C4 38 1B 0 17 D0 30 37
Octal 126 220 304 70 33 0 27 320 60 67
Binary 1010110 10010000 11000100 111000 11011 0 10111 11010000 110000 110111

Color Harmonies of #5690C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5690C4

Black with #5690C4

Text Example


Text Example

White with #5690C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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