Html Css Color HEX #5A4DBE Rich Blue

📋 copy color: '#5A4DBE'

red 90 ◦ green 77 ◦ blue 190

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

Shades of Rich Blue #5A4DBE

Tints of Rich Blue #5A4DBE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.57%

 BLUE value IS 190 (74.61% from 255) = 53.22%

R = 25.21%
G = 21.57%
B = 53.22%

CMYK

 C value IS 0.53

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5A4DBE (or 0x5A4DBE) is known color: Rich Blue. HEX triplet: 5A, 4D and BE. RGB value is (90,77,190). Sum of RGB (Red+Green+Blue) = 90+77+190=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #5A4DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A4DBE is #A5B241. Grayscale: #5D5D5D. Windows color (decimal): -10859074 or 12471642. OLE color: 12471642.

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

Color convert

RGB 90 77 190 -
CMYK 0.53 0.59 0 0.25
HSL 246.9º 0.47% 0.52% -
HSV(B) 246.9º 0.59% 0.75% -
XYZ 16.16 11.2 50.02 -
YUV 93.77 182.31 125.31 -
System Red Green Blue C M Y K H S L
Decimal 90 77 190 0.53 0.59 0 0.25 246.9 0.47 0.52
Hex 5A 4D BE 35 3B 0 19 F7 2F 34
Octal 132 115 276 65 73 0 31 367 57 64
Binary 1011010 1001101 10111110 110101 111011 0 11001 11110111 101111 110100

Color Harmonies of #5A4DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4DBE

Black with #5A4DBE

Text Example


Text Example

White with #5A4DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,77,190); }

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

background-color css

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

 a { background-color: rgb(90,77,190); }

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

border-color css

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

 span { border-color: rgb(90,77,190); }

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