Html Css Color HEX #5E58BD Rich Blue

📋 copy color: '#5E58BD'

red 94 ◦ green 88 ◦ blue 189

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

Shades of Rich Blue #5E58BD

Tints of Rich Blue #5E58BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.94%

R = 25.34%
G = 23.72%
B = 50.94%

CMYK

 C value IS 0.50

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5E58BD (or 0x5E58BD) is known color: Rich Blue. HEX triplet: 5E, 58 and BD. RGB value is (94,88,189). Sum of RGB (Red+Green+Blue) = 94+88+189=371 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.34% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #5E58BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E58BD is #A1A742. Grayscale: #646464. Windows color (decimal): -10594115 or 12408926. OLE color: 12408926.

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

Color convert

RGB 94 88 189 -
CMYK 0.50 0.53 0 0.26
HSL 243.56º 0.43% 0.54% -
HSV(B) 243.56º 0.53% 0.74% -
XYZ 17.29 13.03 49.75 -
YUV 101.31 177.49 122.79 -
System Red Green Blue C M Y K H S L
Decimal 94 88 189 0.50 0.53 0 0.26 243.56 0.43 0.54
Hex 5E 58 BD 32 35 0 1A F4 2B 36
Octal 136 130 275 62 65 0 32 364 53 66
Binary 1011110 1011000 10111101 110010 110101 0 11010 11110100 101011 110110

Color Harmonies of #5E58BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E58BD

Black with #5E58BD

Text Example


Text Example

White with #5E58BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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