Html Css Color HEX #5C56BA Rich Blue

📋 copy color: '#5C56BA'

red 92 ◦ green 86 ◦ blue 186

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

Shades of Rich Blue #5C56BA

Tints of Rich Blue #5C56BA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.63%

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

R = 25.27%
G = 23.63%
B = 51.1%

CMYK

 C value IS 0.51

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5C56BA (or 0x5C56BA) is known color: Rich Blue. HEX triplet: 5C, 56 and BA. RGB value is (92,86,186). Sum of RGB (Red+Green+Blue) = 92+86+186=364 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.27% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C56BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C56BA is #A3A945. Grayscale: #626262. Windows color (decimal): -10725702 or 12211804. OLE color: 12211804.

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

Color convert

RGB 92 86 186 -
CMYK 0.51 0.54 0 0.27
HSL 243.6º 0.42% 0.53% -
HSV(B) 243.6º 0.54% 0.73% -
XYZ 16.6 12.48 47.99 -
YUV 99.19 176.99 122.87 -
System Red Green Blue C M Y K H S L
Decimal 92 86 186 0.51 0.54 0 0.27 243.6 0.42 0.53
Hex 5C 56 BA 33 36 0 1B F4 2A 35
Octal 134 126 272 63 66 0 33 364 52 65
Binary 1011100 1010110 10111010 110011 110110 0 11011 11110100 101010 110101

Color Harmonies of #5C56BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C56BA

Black with #5C56BA

Text Example


Text Example

White with #5C56BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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