Html Css Color HEX #5C5AAC Rich Blue

📋 copy color: '#5C5AAC'

red 92 ◦ green 90 ◦ blue 172

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

Shades of Rich Blue #5C5AAC

Tints of Rich Blue #5C5AAC

RGB

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

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

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

R = 25.99%
G = 25.42%
B = 48.59%

CMYK

 C value IS 0.47

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5C5AAC (or 0x5C5AAC) is known color: Rich Blue. HEX triplet: 5C, 5A and AC. RGB value is (92,90,172). Sum of RGB (Red+Green+Blue) = 92+90+172=354 (46% of max value = 765). Red value is 92 (36.33% from 255 or 25.99% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #5C5AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5AAC is #A3A553. Grayscale: #636363. Windows color (decimal): -10724692 or 11295324. OLE color: 11295324.

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

Color convert

RGB 92 90 172 -
CMYK 0.47 0.48 0 0.33
HSL 241.46º 0.33% 0.51% -
HSV(B) 241.46º 0.48% 0.67% -
XYZ 15.52 12.57 40.64 -
YUV 99.95 168.66 122.33 -
System Red Green Blue C M Y K H S L
Decimal 92 90 172 0.47 0.48 0 0.33 241.46 0.33 0.51
Hex 5C 5A AC 2F 30 0 21 F1 21 33
Octal 134 132 254 57 60 0 41 361 41 63
Binary 1011100 1011010 10101100 101111 110000 0 100001 11110001 100001 110011

Color Harmonies of #5C5AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5AAC

Black with #5C5AAC

Text Example


Text Example

White with #5C5AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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