Html Css Color HEX #5B57BF Rich Blue

📋 copy color: '#5B57BF'

red 91 ◦ green 87 ◦ blue 191

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

Shades of Rich Blue #5B57BF

Tints of Rich Blue #5B57BF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.58%

 BLUE value IS 191 (75% from 255) = 51.76%

R = 24.66%
G = 23.58%
B = 51.76%

CMYK

 C value IS 0.52

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5B57BF (or 0x5B57BF) is known color: Rich Blue. HEX triplet: 5B, 57 and BF. RGB value is (91,87,191). Sum of RGB (Red+Green+Blue) = 91+87+191=369 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.66% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #5B57BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B57BF is #A4A840. Grayscale: #636363. Windows color (decimal): -10790977 or 12539739. OLE color: 12539739.

HSL color Cylindrical-coordinate representation of color #5B57BF: hue angle of 242.31º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5B57BF is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 91 87 191 -
CMYK 0.52 0.54 0 0.25
HSL 242.31º 0.45% 0.55% -
HSV(B) 242.31º 0.54% 0.75% -
XYZ 17.13 12.8 50.86 -
YUV 100.05 179.33 121.54 -
System Red Green Blue C M Y K H S L
Decimal 91 87 191 0.52 0.54 0 0.25 242.31 0.45 0.55
Hex 5B 57 BF 34 36 0 19 F2 2D 37
Octal 133 127 277 64 66 0 31 362 55 67
Binary 1011011 1010111 10111111 110100 110110 0 11001 11110010 101101 110111

Color Harmonies of #5B57BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B57BF

Black with #5B57BF

Text Example


Text Example

White with #5B57BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,87,191); }

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

background-color css

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

 a { background-color: rgb(91,87,191); }

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

border-color css

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

 span { border-color: rgb(91,87,191); }

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