Html Css Color HEX #5E559C Rich Blue

📋 copy color: '#5E559C'

red 94 ◦ green 85 ◦ blue 156

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

Shades of Rich Blue #5E559C

Tints of Rich Blue #5E559C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.37%

 BLUE value IS 156 (61.33% from 255) = 46.57%

R = 28.06%
G = 25.37%
B = 46.57%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5E559C (or 0x5E559C) is known color: Rich Blue. HEX triplet: 5E, 55 and 9C. RGB value is (94,85,156). Sum of RGB (Red+Green+Blue) = 94+85+156=335 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.06% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E559C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E559C is #A1AA63. Grayscale: #5F5F5F. Windows color (decimal): -10594916 or 10245470. OLE color: 10245470.

HSL color Cylindrical-coordinate representation of color #5E559C: hue angle of 247.61º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E559C is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 94 85 156 -
CMYK 0.40 0.46 0 0.39
HSL 247.61º 0.29% 0.47% -
HSV(B) 247.61º 0.46% 0.61% -
XYZ 13.87 11.28 32.9 -
YUV 95.79 161.98 126.73 -
System Red Green Blue C M Y K H S L
Decimal 94 85 156 0.40 0.46 0 0.39 247.61 0.29 0.47
Hex 5E 55 9C 28 2E 0 27 F8 1D 2F
Octal 136 125 234 50 56 0 47 370 35 57
Binary 1011110 1010101 10011100 101000 101110 0 100111 11111000 11101 101111

Color Harmonies of #5E559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E559C

Black with #5E559C

Text Example


Text Example

White with #5E559C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,85,156); }

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

background-color css

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

 a { background-color: rgb(94,85,156); }

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

border-color css

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

 span { border-color: rgb(94,85,156); }

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