Html Css Color HEX #5E5BBE Rich Blue

📋 copy color: '#5E5BBE'

red 94 ◦ green 91 ◦ blue 190

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

Shades of Rich Blue #5E5BBE

Tints of Rich Blue #5E5BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.67%

R = 25.07%
G = 24.27%
B = 50.67%

CMYK

 C value IS 0.51

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E5BBE (or 0x5E5BBE) is known color: Rich Blue. HEX triplet: 5E, 5B and BE. RGB value is (94,91,190). Sum of RGB (Red+Green+Blue) = 94+91+190=375 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.07% from 375); Green value is 91 (35.94% from 255 or 24.27% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E5BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5BBE is #A1A441. Grayscale: #666666. Windows color (decimal): -10593346 or 12475230. OLE color: 12475230.

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

Color convert

RGB 94 91 190 -
CMYK 0.51 0.52 0 0.25
HSL 241.82º 0.43% 0.55% -
HSV(B) 241.82º 0.52% 0.75% -
XYZ 17.65 13.58 50.41 -
YUV 103.18 176.99 121.45 -
System Red Green Blue C M Y K H S L
Decimal 94 91 190 0.51 0.52 0 0.25 241.82 0.43 0.55
Hex 5E 5B BE 33 34 0 19 F2 2B 37
Octal 136 133 276 63 64 0 31 362 53 67
Binary 1011110 1011011 10111110 110011 110100 0 11001 11110010 101011 110111

Color Harmonies of #5E5BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5BBE

Black with #5E5BBE

Text Example


Text Example

White with #5E5BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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