#5B90CD

Color #5B90CD Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #5B90CD

Tints of Danube #5B90CD

Color information

#5B90CD (or 0x5B90CD) is unknown color: approx Danube. HEX triplet: 5B, 90 and CD. RGB value is (91,144,205). Sum of RGB (Red+Green+Blue) = 91+144+205=440 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.68% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #5B90CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B90CD is #A46F32. Grayscale: #868686. Windows color (decimal): -10776371 or 13471835. OLE color: 13471835.

HSL color Cylindrical-coordinate representation of color #5B90CD: hue angle of 212.11º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B90CD is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB91144205-
CMYK0.560.3000.20
HSL212.11º53.27%58.04%-
HSV(B)212.11º55.61%80.39%-
XYZ25.3126.5861.55-
YUV135.11167.4496.54-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.68%
GREEN value IS 144 (56.64% from 255) = 32.73%
BLUE value IS 205 (80.47% from 255) = 46.59%
R=20.68%
G=32.73%
B=46.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal911442050.560.3000.20212.1153.2758.04
Hex5B90CD381E014d4353a
Octal13322031570360243246572
Binary101101110010000110011011110001111001010011010100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B90CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B90CD;
 }
 .AnyTagClassName
 {
   color: #5B90CD;
 }
</style>
background-color css

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

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

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

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

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

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