Html Css Color HEX #5B90D1 Danube

📋 copy color: '#5B90D1'

red 91 ◦ green 144 ◦ blue 209

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

Shades of Danube #5B90D1

Tints of Danube #5B90D1

RGB

 RED value IS 91 (35.94% from 255) = 20.5%

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

 BLUE value IS 209 (82.03% from 255) = 47.07%

R = 20.5%
G = 32.43%
B = 47.07%

CMYK

 C value IS 0.56

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5B90D1 (or 0x5B90D1) is known color: Danube. HEX triplet: 5B, 90 and D1. RGB value is (91,144,209). Sum of RGB (Red+Green+Blue) = 91+144+209=444 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.50% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 209 (82.03% from 255 or 47.07% from 444); Max value from RGB is 209 - color contains mainly: blue. Hex color #5B90D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B90D1 is #A46F2E. Grayscale: #878787. Windows color (decimal): -10776367 or 13733979. OLE color: 13733979.

HSL color Cylindrical-coordinate representation of color #5B90D1: hue angle of 213.05º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B90D1 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 91 144 209 -
CMYK 0.56 0.31 0 0.18
HSL 213.05º 0.56% 0.59% -
HSV(B) 213.05º 0.56% 0.82% -
XYZ 25.8 26.77 64.13 -
YUV 135.56 169.44 96.21 -
System Red Green Blue C M Y K H S L
Decimal 91 144 209 0.56 0.31 0 0.18 213.05 0.56 0.59
Hex 5B 90 D1 38 1F 0 12 D5 38 3B
Octal 133 220 321 70 37 0 22 325 70 73
Binary 1011011 10010000 11010001 111000 11111 0 10010 11010101 111000 111011

Color Harmonies of #5B90D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B90D1

Black with #5B90D1

Text Example


Text Example

White with #5B90D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,144,209); }

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

background-color css

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

 a { background-color: rgb(91,144,209); }

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

border-color css

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

 span { border-color: rgb(91,144,209); }

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