Html Css Color HEX #5E63AA Rich Blue

📋 copy color: '#5E63AA'

red 94 ◦ green 99 ◦ blue 170

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

Shades of Rich Blue #5E63AA

Tints of Rich Blue #5E63AA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.27%

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

R = 25.9%
G = 27.27%
B = 46.83%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E63AA (or 0x5E63AA) is known color: Rich Blue. HEX triplet: 5E, 63 and AA. RGB value is (94,99,170). Sum of RGB (Red+Green+Blue) = 94+99+170=363 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.90% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E63AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E63AA is #A19C55. Grayscale: #696969. Windows color (decimal): -10591318 or 11166558. OLE color: 11166558.

HSL color Cylindrical-coordinate representation of color #5E63AA: hue angle of 236.05º 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 #5E63AA is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 99 170 -
CMYK 0.45 0.42 0 0.33
HSL 236.05º 0.31% 0.52% -
HSV(B) 236.05º 0.45% 0.67% -
XYZ 16.33 14.21 39.91 -
YUV 105.6 164.34 119.73 -
System Red Green Blue C M Y K H S L
Decimal 94 99 170 0.45 0.42 0 0.33 236.05 0.31 0.52
Hex 5E 63 AA 2D 2A 0 21 EC 1F 34
Octal 136 143 252 55 52 0 41 354 37 64
Binary 1011110 1100011 10101010 101101 101010 0 100001 11101100 11111 110100

Color Harmonies of #5E63AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E63AA

Black with #5E63AA

Text Example


Text Example

White with #5E63AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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