Html Css Color HEX #5E58BE Rich Blue

📋 copy color: '#5E58BE'

red 94 ◦ green 88 ◦ blue 190

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

Shades of Rich Blue #5E58BE

Tints of Rich Blue #5E58BE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.66%

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

R = 25.27%
G = 23.66%
B = 51.08%

CMYK

 C value IS 0.51

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E58BE (or 0x5E58BE) is known color: Rich Blue. HEX triplet: 5E, 58 and BE. RGB value is (94,88,190). Sum of RGB (Red+Green+Blue) = 94+88+190=372 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.27% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E58BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E58BE is #A1A741. Grayscale: #656565. Windows color (decimal): -10594114 or 12474462. OLE color: 12474462.

HSL color Cylindrical-coordinate representation of color #5E58BE: hue angle of 243.53º degrees, saturation: 0.44, 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 #5E58BE is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 88 190 -
CMYK 0.51 0.54 0 0.25
HSL 243.53º 0.44% 0.55% -
HSV(B) 243.53º 0.54% 0.75% -
XYZ 17.4 13.08 50.32 -
YUV 101.42 177.99 122.71 -
System Red Green Blue C M Y K H S L
Decimal 94 88 190 0.51 0.54 0 0.25 243.53 0.44 0.55
Hex 5E 58 BE 33 36 0 19 F4 2C 37
Octal 136 130 276 63 66 0 31 364 54 67
Binary 1011110 1011000 10111110 110011 110110 0 11001 11110100 101100 110111

Color Harmonies of #5E58BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E58BE

Black with #5E58BE

Text Example


Text Example

White with #5E58BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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