Html Css Color HEX #5C549E Rich Blue

📋 copy color: '#5C549E'

red 92 ◦ green 84 ◦ blue 158

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

Shades of Rich Blue #5C549E

Tints of Rich Blue #5C549E

RGB

 RED value IS 92 (36.33% from 255) = 27.54%

 GREEN value IS 84 (33.2% from 255) = 25.15%

 BLUE value IS 158 (62.11% from 255) = 47.31%

R = 27.54%
G = 25.15%
B = 47.31%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5C549E (or 0x5C549E) is known color: Rich Blue. HEX triplet: 5C, 54 and 9E. RGB value is (92,84,158). Sum of RGB (Red+Green+Blue) = 92+84+158=334 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.54% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 158 (62.11% from 255 or 47.31% from 334); Max value from RGB is 158 - color contains mainly: blue. Hex color #5C549E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C549E is #A3AB61. Grayscale: #5E5E5E. Windows color (decimal): -10726242 or 10376284. OLE color: 10376284.

HSL color Cylindrical-coordinate representation of color #5C549E: hue angle of 246.49º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C549E is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 92 84 158 -
CMYK 0.42 0.47 0 0.38
HSL 246.49º 0.31% 0.47% -
HSV(B) 246.49º 0.47% 0.62% -
XYZ 13.76 11.08 33.76 -
YUV 94.83 163.65 125.98 -
System Red Green Blue C M Y K H S L
Decimal 92 84 158 0.42 0.47 0 0.38 246.49 0.31 0.47
Hex 5C 54 9E 2A 2F 0 26 F6 1F 2F
Octal 134 124 236 52 57 0 46 366 37 57
Binary 1011100 1010100 10011110 101010 101111 0 100110 11110110 11111 101111

Color Harmonies of #5C549E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C549E

Black with #5C549E

Text Example


Text Example

White with #5C549E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,84,158); }

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

background-color css

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

 a { background-color: rgb(92,84,158); }

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

border-color css

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

 span { border-color: rgb(92,84,158); }

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