Html Css Color HEX #5390BC Danube

📋 copy color: '#5390BC'

red 83 ◦ green 144 ◦ blue 188

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

Shades of Danube #5390BC

Tints of Danube #5390BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.3%

R = 20%
G = 34.7%
B = 45.3%

CMYK

 C value IS 0.56

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5390BC (or 0x5390BC) is known color: Danube. HEX triplet: 53, 90 and BC. RGB value is (83,144,188). Sum of RGB (Red+Green+Blue) = 83+144+188=415 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #5390BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5390BC is #AC6F43. Grayscale: #828282. Windows color (decimal): -11300676 or 12357715. OLE color: 12357715.

HSL color Cylindrical-coordinate representation of color #5390BC: hue angle of 205.14º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5390BC is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 144 188 -
CMYK 0.56 0.23 0 0.26
HSL 205.14º 0.44% 0.53% -
HSV(B) 205.14º 0.56% 0.74% -
XYZ 22.62 25.42 51.29 -
YUV 130.78 160.29 93.92 -
System Red Green Blue C M Y K H S L
Decimal 83 144 188 0.56 0.23 0 0.26 205.14 0.44 0.53
Hex 53 90 BC 38 17 0 1A CD 2C 35
Octal 123 220 274 70 27 0 32 315 54 65
Binary 1010011 10010000 10111100 111000 10111 0 11010 11001101 101100 110101

Color Harmonies of #5390BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5390BC

Black with #5390BC

Text Example


Text Example

White with #5390BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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