Html Css Color HEX #5890C2 Danube

📋 copy color: '#5890C2'

red 88 ◦ green 144 ◦ blue 194

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

Shades of Danube #5890C2

Tints of Danube #5890C2

RGB

 RED value IS 88 (34.77% from 255) = 20.66%

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

 BLUE value IS 194 (76.17% from 255) = 45.54%

R = 20.66%
G = 33.8%
B = 45.54%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5890C2 (or 0x5890C2) is known color: Danube. HEX triplet: 58, 90 and C2. RGB value is (88,144,194). Sum of RGB (Red+Green+Blue) = 88+144+194=426 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.66% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 194 (76.17% from 255 or 45.54% from 426); Max value from RGB is 194 - color contains mainly: blue. Hex color #5890C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5890C2 is #A76F3D. Grayscale: #848484. Windows color (decimal): -10972990 or 12750936. OLE color: 12750936.

HSL color Cylindrical-coordinate representation of color #5890C2: hue angle of 208.3º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5890C2 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 88 144 194 -
CMYK 0.55 0.26 0 0.24
HSL 208.3º 0.46% 0.55% -
HSV(B) 208.3º 0.55% 0.76% -
XYZ 23.74 25.92 54.79 -
YUV 132.96 162.45 95.93 -
System Red Green Blue C M Y K H S L
Decimal 88 144 194 0.55 0.26 0 0.24 208.3 0.46 0.55
Hex 58 90 C2 37 1A 0 18 D0 2E 37
Octal 130 220 302 67 32 0 30 320 56 67
Binary 1011000 10010000 11000010 110111 11010 0 11000 11010000 101110 110111

Color Harmonies of #5890C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5890C2

Black with #5890C2

Text Example


Text Example

White with #5890C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5890C2; }

 p { color: rgb(88,144,194); }

 H1.HeaderClassName
 {
   color: #5890C2;
 }
 .AnyTagClassName
 {
   color: #5890C2;
 }
</style>

background-color css

<style>
 a { background-color: #5890C2; }

 a { background-color: rgb(88,144,194); }

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

border-color css

<style>
 span { border-color: #5890C2; }

 span { border-color: rgb(88,144,194); }

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