Html Css Color HEX #5B85BA Danube

📋 copy color: '#5B85BA'

red 91 ◦ green 133 ◦ blue 186

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

Shades of Danube #5B85BA

Tints of Danube #5B85BA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.44%

 BLUE value IS 186 (73.05% from 255) = 45.37%

R = 22.2%
G = 32.44%
B = 45.37%

CMYK

 C value IS 0.51

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5B85BA (or 0x5B85BA) is known color: Danube. HEX triplet: 5B, 85 and BA. RGB value is (91,133,186). Sum of RGB (Red+Green+Blue) = 91+133+186=410 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.20% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B85BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B85BA is #A47A45. Grayscale: #7E7E7E. Windows color (decimal): -10779206 or 12223835. OLE color: 12223835.

HSL color Cylindrical-coordinate representation of color #5B85BA: hue angle of 213.47º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B85BA is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 91 133 186 -
CMYK 0.51 0.28 0 0.27
HSL 213.47º 0.41% 0.54% -
HSV(B) 213.47º 0.51% 0.73% -
XYZ 21.56 22.54 49.67 -
YUV 126.48 161.59 102.69 -
System Red Green Blue C M Y K H S L
Decimal 91 133 186 0.51 0.28 0 0.27 213.47 0.41 0.54
Hex 5B 85 BA 33 1C 0 1B D5 29 36
Octal 133 205 272 63 34 0 33 325 51 66
Binary 1011011 10000101 10111010 110011 11100 0 11011 11010101 101001 110110

Color Harmonies of #5B85BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B85BA

Black with #5B85BA

Text Example


Text Example

White with #5B85BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,133,186); }

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

background-color css

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

 a { background-color: rgb(91,133,186); }

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

border-color css

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

 span { border-color: rgb(91,133,186); }

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