Html Css Color HEX #5C53BA Rich Blue

📋 copy color: '#5C53BA'

red 92 ◦ green 83 ◦ blue 186

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

Shades of Rich Blue #5C53BA

Tints of Rich Blue #5C53BA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.99%

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

R = 25.48%
G = 22.99%
B = 51.52%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5C53BA (or 0x5C53BA) is known color: Rich Blue. HEX triplet: 5C, 53 and BA. RGB value is (92,83,186). Sum of RGB (Red+Green+Blue) = 92+83+186=361 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.48% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C53BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C53BA is #A3AC45. Grayscale: #616161. Windows color (decimal): -10726470 or 12211036. OLE color: 12211036.

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

Color convert

RGB 92 83 186 -
CMYK 0.51 0.55 0 0.27
HSL 245.24º 0.43% 0.53% -
HSV(B) 245.24º 0.55% 0.73% -
XYZ 16.37 12.01 47.91 -
YUV 97.43 177.98 124.12 -
System Red Green Blue C M Y K H S L
Decimal 92 83 186 0.51 0.55 0 0.27 245.24 0.43 0.53
Hex 5C 53 BA 33 37 0 1B F5 2B 35
Octal 134 123 272 63 67 0 33 365 53 65
Binary 1011100 1010011 10111010 110011 110111 0 11011 11110101 101011 110101

Color Harmonies of #5C53BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C53BA

Black with #5C53BA

Text Example


Text Example

White with #5C53BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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