Html Css Color HEX #5A53BF Rich Blue

📋 copy color: '#5A53BF'

red 90 ◦ green 83 ◦ blue 191

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

Shades of Rich Blue #5A53BF

Tints of Rich Blue #5A53BF

RGB

 RED value IS 90 (35.55% from 255) = 24.73%

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

 BLUE value IS 191 (75% from 255) = 52.47%

R = 24.73%
G = 22.8%
B = 52.47%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5A53BF (or 0x5A53BF) is known color: Rich Blue. HEX triplet: 5A, 53 and BF. RGB value is (90,83,191). Sum of RGB (Red+Green+Blue) = 90+83+191=364 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.73% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 191 (75% from 255 or 52.47% from 364); Max value from RGB is 191 - color contains mainly: blue. Hex color #5A53BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A53BF is #A5AC40. Grayscale: #606060. Windows color (decimal): -10857537 or 12538714. OLE color: 12538714.

HSL color Cylindrical-coordinate representation of color #5A53BF: hue angle of 243.89º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A53BF is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 90 83 191 -
CMYK 0.53 0.57 0 0.25
HSL 243.89º 0.46% 0.54% -
HSV(B) 243.89º 0.57% 0.75% -
XYZ 16.71 12.12 50.75 -
YUV 97.41 180.82 122.72 -
System Red Green Blue C M Y K H S L
Decimal 90 83 191 0.53 0.57 0 0.25 243.89 0.46 0.54
Hex 5A 53 BF 35 39 0 19 F4 2E 36
Octal 132 123 277 65 71 0 31 364 56 66
Binary 1011010 1010011 10111111 110101 111001 0 11001 11110100 101110 110110

Color Harmonies of #5A53BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A53BF

Black with #5A53BF

Text Example


Text Example

White with #5A53BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,83,191); }

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

background-color css

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

 a { background-color: rgb(90,83,191); }

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

border-color css

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

 span { border-color: rgb(90,83,191); }

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