Html Css Color HEX #5A90BD Danube

📋 copy color: '#5A90BD'

red 90 ◦ green 144 ◦ blue 189

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

Shades of Danube #5A90BD

Tints of Danube #5A90BD

RGB

 RED value IS 90 (35.55% from 255) = 21.28%

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

 BLUE value IS 189 (74.22% from 255) = 44.68%

R = 21.28%
G = 34.04%
B = 44.68%

CMYK

 C value IS 0.52

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5A90BD (or 0x5A90BD) is known color: Danube. HEX triplet: 5A, 90 and BD. RGB value is (90,144,189). Sum of RGB (Red+Green+Blue) = 90+144+189=423 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.28% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #5A90BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A90BD is #A56F42. Grayscale: #848484. Windows color (decimal): -10841923 or 12423258. OLE color: 12423258.

HSL color Cylindrical-coordinate representation of color #5A90BD: hue angle of 207.27º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A90BD is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 144 189 -
CMYK 0.52 0.24 0 0.26
HSL 207.27º 0.43% 0.55% -
HSV(B) 207.27º 0.52% 0.74% -
XYZ 23.38 25.79 51.89 -
YUV 132.98 159.61 97.34 -
System Red Green Blue C M Y K H S L
Decimal 90 144 189 0.52 0.24 0 0.26 207.27 0.43 0.55
Hex 5A 90 BD 34 18 0 1A CF 2B 37
Octal 132 220 275 64 30 0 32 317 53 67
Binary 1011010 10010000 10111101 110100 11000 0 11010 11001111 101011 110111

Color Harmonies of #5A90BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A90BD

Black with #5A90BD

Text Example


Text Example

White with #5A90BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A90BD; }

 p { color: rgb(90,144,189); }

 H1.HeaderClassName
 {
   color: #5A90BD;
 }
 .AnyTagClassName
 {
   color: #5A90BD;
 }
</style>

background-color css

<style>
 a { background-color: #5A90BD; }

 a { background-color: rgb(90,144,189); }

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

border-color css

<style>
 span { border-color: #5A90BD; }

 span { border-color: rgb(90,144,189); }

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