Html Css Color HEX #5890CD Danube

📋 copy color: '#5890CD'

red 88 ◦ green 144 ◦ blue 205

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

Shades of Danube #5890CD

Tints of Danube #5890CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.91%

R = 20.14%
G = 32.95%
B = 46.91%

CMYK

 C value IS 0.57

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5890CD (or 0x5890CD) is known color: Danube. HEX triplet: 58, 90 and CD. RGB value is (88,144,205). Sum of RGB (Red+Green+Blue) = 88+144+205=437 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.14% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #5890CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5890CD is #A76F32. Grayscale: #858585. Windows color (decimal): -10972979 or 13471832. OLE color: 13471832.

HSL color Cylindrical-coordinate representation of color #5890CD: hue angle of 211.28º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5890CD is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 88 144 205 -
CMYK 0.57 0.30 0 0.20
HSL 211.28º 0.54% 0.57% -
HSV(B) 211.28º 0.57% 0.8% -
XYZ 25.02 26.43 61.54 -
YUV 134.21 167.95 95.04 -
System Red Green Blue C M Y K H S L
Decimal 88 144 205 0.57 0.30 0 0.20 211.28 0.54 0.57
Hex 58 90 CD 39 1E 0 14 D3 36 39
Octal 130 220 315 71 36 0 24 323 66 71
Binary 1011000 10010000 11001101 111001 11110 0 10100 11010011 110110 111001

Color Harmonies of #5890CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5890CD

Black with #5890CD

Text Example


Text Example

White with #5890CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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