Html Css Color HEX #5E609D Rich Blue

📋 copy color: '#5E609D'

red 94 ◦ green 96 ◦ blue 157

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

Shades of Rich Blue #5E609D

Tints of Rich Blue #5E609D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.67%

 BLUE value IS 157 (61.72% from 255) = 45.24%

R = 27.09%
G = 27.67%
B = 45.24%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5E609D (or 0x5E609D) is known color: Rich Blue. HEX triplet: 5E, 60 and 9D. RGB value is (94,96,157). Sum of RGB (Red+Green+Blue) = 94+96+157=347 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.09% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E609D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E609D is #A19F62. Grayscale: #666666. Windows color (decimal): -10592099 or 10313822. OLE color: 10313822.

HSL color Cylindrical-coordinate representation of color #5E609D: hue angle of 238.1º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E609D is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 94 96 157 -
CMYK 0.40 0.39 0 0.38
HSL 238.1º 0.25% 0.49% -
HSV(B) 238.1º 0.4% 0.62% -
XYZ 14.88 13.18 33.66 -
YUV 102.36 158.84 122.04 -
System Red Green Blue C M Y K H S L
Decimal 94 96 157 0.40 0.39 0 0.38 238.1 0.25 0.49
Hex 5E 60 9D 28 27 0 26 EE 19 31
Octal 136 140 235 50 47 0 46 356 31 61
Binary 1011110 1100000 10011101 101000 100111 0 100110 11101110 11001 110001

Color Harmonies of #5E609D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E609D

Black with #5E609D

Text Example


Text Example

White with #5E609D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,96,157); }

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

background-color css

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

 a { background-color: rgb(94,96,157); }

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

border-color css

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

 span { border-color: rgb(94,96,157); }

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