Html Css Color HEX #5C5ABA Rich Blue

📋 copy color: '#5C5ABA'

red 92 ◦ green 90 ◦ blue 186

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

Shades of Rich Blue #5C5ABA

Tints of Rich Blue #5C5ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.54%

R = 25%
G = 24.46%
B = 50.54%

CMYK

 C value IS 0.51

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5C5ABA (or 0x5C5ABA) is known color: Rich Blue. HEX triplet: 5C, 5A and BA. RGB value is (92,90,186). Sum of RGB (Red+Green+Blue) = 92+90+186=368 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C5ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C5ABA is #A3A545. Grayscale: #656565. Windows color (decimal): -10724678 or 12212828. OLE color: 12212828.

HSL color Cylindrical-coordinate representation of color #5C5ABA: hue angle of 241.25º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C5ABA is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 92 90 186 -
CMYK 0.51 0.52 0 0.27
HSL 241.25º 0.41% 0.54% -
HSV(B) 241.25º 0.52% 0.73% -
XYZ 16.93 13.13 48.1 -
YUV 101.54 175.66 121.19 -
System Red Green Blue C M Y K H S L
Decimal 92 90 186 0.51 0.52 0 0.27 241.25 0.41 0.54
Hex 5C 5A BA 33 34 0 1B F1 29 36
Octal 134 132 272 63 64 0 33 361 51 66
Binary 1011100 1011010 10111010 110011 110100 0 11011 11110001 101001 110110

Color Harmonies of #5C5ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5ABA

Black with #5C5ABA

Text Example


Text Example

White with #5C5ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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