Html Css Color HEX #5B50B4 Rich Blue

📋 copy color: '#5B50B4'

red 91 ◦ green 80 ◦ blue 180

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

Shades of Rich Blue #5B50B4

Tints of Rich Blue #5B50B4

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.79%

 BLUE value IS 180 (70.7% from 255) = 51.28%

R = 25.93%
G = 22.79%
B = 51.28%

CMYK

 C value IS 0.49

 M value IS 0.56

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5B50B4 (or 0x5B50B4) is known color: Rich Blue. HEX triplet: 5B, 50 and B4. RGB value is (91,80,180). Sum of RGB (Red+Green+Blue) = 91+80+180=351 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.93% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 180 (70.70% from 255 or 51.28% from 351); Max value from RGB is 180 - color contains mainly: blue. Hex color #5B50B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B50B4 is #A4AF4B. Grayscale: #5E5E5E. Windows color (decimal): -10792780 or 11817051. OLE color: 11817051.

HSL color Cylindrical-coordinate representation of color #5B50B4: hue angle of 246.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B50B4 is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 91 80 180 -
CMYK 0.49 0.56 0 0.29
HSL 246.6º 0.4% 0.51% -
HSV(B) 246.6º 0.56% 0.71% -
XYZ 15.42 11.26 44.54 -
YUV 94.69 176.14 125.37 -
System Red Green Blue C M Y K H S L
Decimal 91 80 180 0.49 0.56 0 0.29 246.6 0.4 0.51
Hex 5B 50 B4 31 38 0 1D F7 28 33
Octal 133 120 264 61 70 0 35 367 50 63
Binary 1011011 1010000 10110100 110001 111000 0 11101 11110111 101000 110011

Color Harmonies of #5B50B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B50B4

Black with #5B50B4

Text Example


Text Example

White with #5B50B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,80,180); }

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

background-color css

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

 a { background-color: rgb(91,80,180); }

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

border-color css

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

 span { border-color: rgb(91,80,180); }

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