Html Css Color HEX #5E5CAC Rich Blue

📋 copy color: '#5E5CAC'

red 94 ◦ green 92 ◦ blue 172

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

Shades of Rich Blue #5E5CAC

Tints of Rich Blue #5E5CAC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.7%

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

R = 26.26%
G = 25.7%
B = 48.04%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E5CAC (or 0x5E5CAC) is known color: Rich Blue. HEX triplet: 5E, 5C and AC. RGB value is (94,92,172). Sum of RGB (Red+Green+Blue) = 94+92+172=358 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.26% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #5E5CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5CAC is #A1A353. Grayscale: #656565. Windows color (decimal): -10593108 or 11295838. OLE color: 11295838.

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

Color convert

RGB 94 92 172 -
CMYK 0.45 0.47 0 0.33
HSL 241.5º 0.33% 0.52% -
HSV(B) 241.5º 0.47% 0.67% -
XYZ 15.89 13.01 40.7 -
YUV 101.72 167.66 122.5 -
System Red Green Blue C M Y K H S L
Decimal 94 92 172 0.45 0.47 0 0.33 241.5 0.33 0.52
Hex 5E 5C AC 2D 2F 0 21 F2 21 34
Octal 136 134 254 55 57 0 41 362 41 64
Binary 1011110 1011100 10101100 101101 101111 0 100001 11110010 100001 110100

Color Harmonies of #5E5CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5CAC

Black with #5E5CAC

Text Example


Text Example

White with #5E5CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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