Html Css Color HEX #5E61AA Rich Blue

📋 copy color: '#5E61AA'

red 94 ◦ green 97 ◦ blue 170

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

Shades of Rich Blue #5E61AA

Tints of Rich Blue #5E61AA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.87%

 BLUE value IS 170 (66.8% from 255) = 47.09%

R = 26.04%
G = 26.87%
B = 47.09%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E61AA (or 0x5E61AA) is known color: Rich Blue. HEX triplet: 5E, 61 and AA. RGB value is (94,97,170). Sum of RGB (Red+Green+Blue) = 94+97+170=361 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.04% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E61AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E61AA is #A19E55. Grayscale: #686868. Windows color (decimal): -10591830 or 11166046. OLE color: 11166046.

HSL color Cylindrical-coordinate representation of color #5E61AA: hue angle of 237.63º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E61AA is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 97 170 -
CMYK 0.45 0.43 0 0.33
HSL 237.63º 0.31% 0.52% -
HSV(B) 237.63º 0.45% 0.67% -
XYZ 16.15 13.83 39.85 -
YUV 104.43 165.01 120.56 -
System Red Green Blue C M Y K H S L
Decimal 94 97 170 0.45 0.43 0 0.33 237.63 0.31 0.52
Hex 5E 61 AA 2D 2B 0 21 EE 1F 34
Octal 136 141 252 55 53 0 41 356 37 64
Binary 1011110 1100001 10101010 101101 101011 0 100001 11101110 11111 110100

Color Harmonies of #5E61AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E61AA

Black with #5E61AA

Text Example


Text Example

White with #5E61AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,97,170); }

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

background-color css

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

 a { background-color: rgb(94,97,170); }

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

border-color css

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

 span { border-color: rgb(94,97,170); }

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