Html Css Color HEX #5390CA Danube

📋 copy color: '#5390CA'

red 83 ◦ green 144 ◦ blue 202

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

Shades of Danube #5390CA

Tints of Danube #5390CA

RGB

 RED value IS 83 (32.81% from 255) = 19.35%

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

 BLUE value IS 202 (79.3% from 255) = 47.09%

R = 19.35%
G = 33.57%
B = 47.09%

CMYK

 C value IS 0.59

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5390CA (or 0x5390CA) is known color: Danube. HEX triplet: 53, 90 and CA. RGB value is (83,144,202). Sum of RGB (Red+Green+Blue) = 83+144+202=429 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.35% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #5390CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5390CA is #AC6F35. Grayscale: #848484. Windows color (decimal): -11300662 or 13275219. OLE color: 13275219.

HSL color Cylindrical-coordinate representation of color #5390CA: hue angle of 209.24º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5390CA is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 83 144 202 -
CMYK 0.59 0.29 0 0.21
HSL 209.24º 0.53% 0.56% -
HSV(B) 209.24º 0.59% 0.79% -
XYZ 24.2 26.05 59.63 -
YUV 132.37 167.29 92.78 -
System Red Green Blue C M Y K H S L
Decimal 83 144 202 0.59 0.29 0 0.21 209.24 0.53 0.56
Hex 53 90 CA 3B 1D 0 15 D1 35 38
Octal 123 220 312 73 35 0 25 321 65 70
Binary 1010011 10010000 11001010 111011 11101 0 10101 11010001 110101 111000

Color Harmonies of #5390CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5390CA

Black with #5390CA

Text Example


Text Example

White with #5390CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5390CA; }

 p { color: rgb(83,144,202); }

 H1.HeaderClassName
 {
   color: #5390CA;
 }
 .AnyTagClassName
 {
   color: #5390CA;
 }
</style>

background-color css

<style>
 a { background-color: #5390CA; }

 a { background-color: rgb(83,144,202); }

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

border-color css

<style>
 span { border-color: #5390CA; }

 span { border-color: rgb(83,144,202); }

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