Html Css Color HEX #5290C1 Danube

📋 copy color: '#5290C1'

red 82 ◦ green 144 ◦ blue 193

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

Shades of Danube #5290C1

Tints of Danube #5290C1

RGB

 RED value IS 82 (32.42% from 255) = 19.57%

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

 BLUE value IS 193 (75.78% from 255) = 46.06%

R = 19.57%
G = 34.37%
B = 46.06%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5290C1 (or 0x5290C1) is known color: Danube. HEX triplet: 52, 90 and C1. RGB value is (82,144,193). Sum of RGB (Red+Green+Blue) = 82+144+193=419 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.57% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 193 - color contains mainly: blue. Hex color #5290C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5290C1 is #AD6F3E. Grayscale: #828282. Windows color (decimal): -11366207 or 12685394. OLE color: 12685394.

HSL color Cylindrical-coordinate representation of color #5290C1: hue angle of 206.49º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5290C1 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 144 193 -
CMYK 0.58 0.25 0 0.24
HSL 206.49º 0.47% 0.54% -
HSV(B) 206.49º 0.58% 0.76% -
XYZ 23.08 25.59 54.18 -
YUV 131.05 162.96 93.02 -
System Red Green Blue C M Y K H S L
Decimal 82 144 193 0.58 0.25 0 0.24 206.49 0.47 0.54
Hex 52 90 C1 3A 19 0 18 CE 2F 36
Octal 122 220 301 72 31 0 30 316 57 66
Binary 1010010 10010000 11000001 111010 11001 0 11000 11001110 101111 110110

Color Harmonies of #5290C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5290C1

Black with #5290C1

Text Example


Text Example

White with #5290C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5290C1; }

 p { color: rgb(82,144,193); }

 H1.HeaderClassName
 {
   color: #5290C1;
 }
 .AnyTagClassName
 {
   color: #5290C1;
 }
</style>

background-color css

<style>
 a { background-color: #5290C1; }

 a { background-color: rgb(82,144,193); }

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

border-color css

<style>
 span { border-color: #5290C1; }

 span { border-color: rgb(82,144,193); }

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