Html Css Color HEX #5B91CC Danube

📋 copy color: '#5B91CC'

red 91 ◦ green 145 ◦ blue 204

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

Shades of Danube #5B91CC

Tints of Danube #5B91CC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.95%

 BLUE value IS 204 (80.08% from 255) = 46.36%

R = 20.68%
G = 32.95%
B = 46.36%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5B91CC (or 0x5B91CC) is known color: Danube. HEX triplet: 5B, 91 and CC. RGB value is (91,145,204). Sum of RGB (Red+Green+Blue) = 91+145+204=440 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.68% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B91CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B91CC is #A46E33. Grayscale: #878787. Windows color (decimal): -10776116 or 13406555. OLE color: 13406555.

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

Color convert

RGB 91 145 204 -
CMYK 0.55 0.29 0 0.2
HSL 211.33º 0.53% 0.58% -
HSV(B) 211.33º 0.55% 0.8% -
XYZ 25.34 26.83 60.97 -
YUV 135.58 166.61 96.2 -
System Red Green Blue C M Y K H S L
Decimal 91 145 204 0.55 0.29 0 0.2 211.33 0.53 0.58
Hex 5B 91 CC 37 1D 0 14 D3 35 3A
Octal 133 221 314 67 35 0 24 323 65 72
Binary 1011011 10010001 11001100 110111 11101 0 10100 11010011 110101 111010

Color Harmonies of #5B91CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B91CC

Black with #5B91CC

Text Example


Text Example

White with #5B91CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,145,204); }

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

background-color css

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

 a { background-color: rgb(91,145,204); }

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

border-color css

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

 span { border-color: rgb(91,145,204); }

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