Html Css Color HEX #5C48AB Rich Blue

📋 copy color: '#5C48AB'

red 92 ◦ green 72 ◦ blue 171

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

Shades of Rich Blue #5C48AB

Tints of Rich Blue #5C48AB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.49%

 BLUE value IS 171 (67.19% from 255) = 51.04%

R = 27.46%
G = 21.49%
B = 51.04%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5C48AB (or 0x5C48AB) is known color: Rich Blue. HEX triplet: 5C, 48 and AB. RGB value is (92,72,171). Sum of RGB (Red+Green+Blue) = 92+72+171=335 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.46% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #5C48AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C48AB is #A3B754. Grayscale: #585858. Windows color (decimal): -10729301 or 11225180. OLE color: 11225180.

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

Color convert

RGB 92 72 171 -
CMYK 0.46 0.58 0 0.33
HSL 252.12º 0.41% 0.48% -
HSV(B) 252.12º 0.58% 0.67% -
XYZ 14.08 9.85 39.69 -
YUV 89.27 174.13 129.95 -
System Red Green Blue C M Y K H S L
Decimal 92 72 171 0.46 0.58 0 0.33 252.12 0.41 0.48
Hex 5C 48 AB 2E 3A 0 21 FC 29 30
Octal 134 110 253 56 72 0 41 374 51 60
Binary 1011100 1001000 10101011 101110 111010 0 100001 11111100 101001 110000

Color Harmonies of #5C48AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C48AB

Black with #5C48AB

Text Example


Text Example

White with #5C48AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,72,171); }

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

background-color css

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

 a { background-color: rgb(92,72,171); }

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

border-color css

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

 span { border-color: rgb(92,72,171); }

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