Html Css Color HEX #5B5FC1 Rich Blue

📋 copy color: '#5B5FC1'

red 91 ◦ green 95 ◦ blue 193

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

Shades of Rich Blue #5B5FC1

Tints of Rich Blue #5B5FC1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.07%

 BLUE value IS 193 (75.78% from 255) = 50.92%

R = 24.01%
G = 25.07%
B = 50.92%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5B5FC1 (or 0x5B5FC1) is known color: Rich Blue. HEX triplet: 5B, 5F and C1. RGB value is (91,95,193). Sum of RGB (Red+Green+Blue) = 91+95+193=379 (50% of max value = 765). Red value is 91 (35.94% from 255 or 24.01% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 193 (75.78% from 255 or 50.92% from 379); Max value from RGB is 193 - color contains mainly: blue. Hex color #5B5FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5FC1 is #A4A03E. Grayscale: #686868. Windows color (decimal): -10788927 or 12672859. OLE color: 12672859.

HSL color Cylindrical-coordinate representation of color #5B5FC1: hue angle of 237.65º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5B5FC1 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 91 95 193 -
CMYK 0.53 0.51 0 0.24
HSL 237.65º 0.45% 0.56% -
HSV(B) 237.65º 0.53% 0.76% -
XYZ 18.03 14.26 52.25 -
YUV 104.98 177.67 118.03 -
System Red Green Blue C M Y K H S L
Decimal 91 95 193 0.53 0.51 0 0.24 237.65 0.45 0.56
Hex 5B 5F C1 35 33 0 18 EE 2D 38
Octal 133 137 301 65 63 0 30 356 55 70
Binary 1011011 1011111 11000001 110101 110011 0 11000 11101110 101101 111000

Color Harmonies of #5B5FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5FC1

Black with #5B5FC1

Text Example


Text Example

White with #5B5FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,95,193); }

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

background-color css

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

 a { background-color: rgb(91,95,193); }

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

border-color css

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

 span { border-color: rgb(91,95,193); }

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