Html Css Color HEX #5B57BC Rich Blue

📋 copy color: '#5B57BC'

red 91 ◦ green 87 ◦ blue 188

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

Shades of Rich Blue #5B57BC

Tints of Rich Blue #5B57BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.37%

R = 24.86%
G = 23.77%
B = 51.37%

CMYK

 C value IS 0.52

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5B57BC (or 0x5B57BC) is known color: Rich Blue. HEX triplet: 5B, 57 and BC. RGB value is (91,87,188). Sum of RGB (Red+Green+Blue) = 91+87+188=366 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.86% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B57BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B57BC is #A4A843. Grayscale: #636363. Windows color (decimal): -10790980 or 12343131. OLE color: 12343131.

HSL color Cylindrical-coordinate representation of color #5B57BC: hue angle of 242.38º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5B57BC is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 91 87 188 -
CMYK 0.52 0.54 0 0.26
HSL 242.38º 0.43% 0.54% -
HSV(B) 242.38º 0.54% 0.74% -
XYZ 16.8 12.67 49.14 -
YUV 99.71 177.83 121.79 -
System Red Green Blue C M Y K H S L
Decimal 91 87 188 0.52 0.54 0 0.26 242.38 0.43 0.54
Hex 5B 57 BC 34 36 0 1A F2 2B 36
Octal 133 127 274 64 66 0 32 362 53 66
Binary 1011011 1010111 10111100 110100 110110 0 11010 11110010 101011 110110

Color Harmonies of #5B57BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B57BC

Black with #5B57BC

Text Example


Text Example

White with #5B57BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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