Html Css Color HEX #5E5AAC Rich Blue

📋 copy color: '#5E5AAC'

red 94 ◦ green 90 ◦ blue 172

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

Shades of Rich Blue #5E5AAC

Tints of Rich Blue #5E5AAC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.28%

 BLUE value IS 172 (67.58% from 255) = 48.31%

R = 26.4%
G = 25.28%
B = 48.31%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E5AAC (or 0x5E5AAC) is known color: Rich Blue. HEX triplet: 5E, 5A and AC. RGB value is (94,90,172). Sum of RGB (Red+Green+Blue) = 94+90+172=356 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.40% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #5E5AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5AAC is #A1A553. Grayscale: #646464. Windows color (decimal): -10593620 or 11295326. OLE color: 11295326.

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

Color convert

RGB 94 90 172 -
CMYK 0.45 0.48 0 0.33
HSL 242.93º 0.33% 0.51% -
HSV(B) 242.93º 0.48% 0.67% -
XYZ 15.72 12.67 40.65 -
YUV 100.54 168.33 123.33 -
System Red Green Blue C M Y K H S L
Decimal 94 90 172 0.45 0.48 0 0.33 242.93 0.33 0.51
Hex 5E 5A AC 2D 30 0 21 F3 21 33
Octal 136 132 254 55 60 0 41 363 41 63
Binary 1011110 1011010 10101100 101101 110000 0 100001 11110011 100001 110011

Color Harmonies of #5E5AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5AAC

Black with #5E5AAC

Text Example


Text Example

White with #5E5AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,90,172); }

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

background-color css

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

 a { background-color: rgb(94,90,172); }

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

border-color css

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

 span { border-color: rgb(94,90,172); }

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