Html Css Color HEX #5890CE Danube

📋 copy color: '#5890CE'

red 88 ◦ green 144 ◦ blue 206

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

Shades of Danube #5890CE

Tints of Danube #5890CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.03%

R = 20.09%
G = 32.88%
B = 47.03%

CMYK

 C value IS 0.57

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5890CE (or 0x5890CE) is known color: Danube. HEX triplet: 58, 90 and CE. RGB value is (88,144,206). Sum of RGB (Red+Green+Blue) = 88+144+206=438 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20.09% from 438); Green value is 144 (56.64% from 255 or 32.88% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #5890CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5890CE is #A76F31. Grayscale: #868686. Windows color (decimal): -10972978 or 13537368. OLE color: 13537368.

HSL color Cylindrical-coordinate representation of color #5890CE: hue angle of 211.53º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5890CE is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 144 206 -
CMYK 0.57 0.30 0 0.19
HSL 211.53º 0.55% 0.58% -
HSV(B) 211.53º 0.57% 0.81% -
XYZ 25.14 26.48 62.18 -
YUV 134.32 168.45 94.96 -
System Red Green Blue C M Y K H S L
Decimal 88 144 206 0.57 0.30 0 0.19 211.53 0.55 0.58
Hex 58 90 CE 39 1E 0 13 D4 37 3A
Octal 130 220 316 71 36 0 23 324 67 72
Binary 1011000 10010000 11001110 111001 11110 0 10011 11010100 110111 111010

Color Harmonies of #5890CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5890CE

Black with #5890CE

Text Example


Text Example

White with #5890CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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