Html Css Color HEX #5E5BAC Rich Blue

📋 copy color: '#5E5BAC'

red 94 ◦ green 91 ◦ blue 172

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

Shades of Rich Blue #5E5BAC

Tints of Rich Blue #5E5BAC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.49%

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

R = 26.33%
G = 25.49%
B = 48.18%

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

#5E5BAC (or 0x5E5BAC) is known color: Rich Blue. HEX triplet: 5E, 5B and AC. RGB value is (94,91,172). Sum of RGB (Red+Green+Blue) = 94+91+172=357 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.33% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #5E5BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5BAC is #A1A453. Grayscale: #646464. Windows color (decimal): -10593364 or 11295582. OLE color: 11295582.

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

Color convert

RGB 94 91 172 -
CMYK 0.45 0.47 0 0.33
HSL 242.22º 0.33% 0.52% -
HSV(B) 242.22º 0.47% 0.67% -
XYZ 15.8 12.84 40.68 -
YUV 101.13 167.99 122.91 -
System Red Green Blue C M Y K H S L
Decimal 94 91 172 0.45 0.47 0 0.33 242.22 0.33 0.52
Hex 5E 5B AC 2D 2F 0 21 F2 21 34
Octal 136 133 254 55 57 0 41 362 41 64
Binary 1011110 1011011 10101100 101101 101111 0 100001 11110010 100001 110100

Color Harmonies of #5E5BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5BAC

Black with #5E5BAC

Text Example


Text Example

White with #5E5BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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