Html Css Color HEX #5E5BBB Rich Blue

📋 copy color: '#5E5BBB'

red 94 ◦ green 91 ◦ blue 187

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

Shades of Rich Blue #5E5BBB

Tints of Rich Blue #5E5BBB

RGB

 RED value IS 94 (37.11% from 255) = 25.27%

 GREEN value IS 91 (35.94% from 255) = 24.46%

 BLUE value IS 187 (73.44% from 255) = 50.27%

R = 25.27%
G = 24.46%
B = 50.27%

CMYK

 C value IS 0.50

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5E5BBB (or 0x5E5BBB) is known color: Rich Blue. HEX triplet: 5E, 5B and BB. RGB value is (94,91,187). Sum of RGB (Red+Green+Blue) = 94+91+187=372 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.27% from 372); Green value is 91 (35.94% from 255 or 24.46% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #5E5BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5BBB is #A1A444. Grayscale: #666666. Windows color (decimal): -10593349 or 12278622. OLE color: 12278622.

HSL color Cylindrical-coordinate representation of color #5E5BBB: hue angle of 241.88º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E5BBB is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 94 91 187 -
CMYK 0.50 0.51 0 0.27
HSL 241.88º 0.41% 0.55% -
HSV(B) 241.88º 0.51% 0.73% -
XYZ 17.33 13.45 48.7 -
YUV 102.84 175.49 121.69 -
System Red Green Blue C M Y K H S L
Decimal 94 91 187 0.50 0.51 0 0.27 241.88 0.41 0.55
Hex 5E 5B BB 32 33 0 1B F2 29 37
Octal 136 133 273 62 63 0 33 362 51 67
Binary 1011110 1011011 10111011 110010 110011 0 11011 11110010 101001 110111

Color Harmonies of #5E5BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5BBB

Black with #5E5BBB

Text Example


Text Example

White with #5E5BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,91,187); }

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

background-color css

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

 a { background-color: rgb(94,91,187); }

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

border-color css

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

 span { border-color: rgb(94,91,187); }

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