Html Css Color HEX #5A5EBE Rich Blue

📋 copy color: '#5A5EBE'

red 90 ◦ green 94 ◦ blue 190

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

Shades of Rich Blue #5A5EBE

Tints of Rich Blue #5A5EBE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.13%

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

R = 24.06%
G = 25.13%
B = 50.8%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5A5EBE (or 0x5A5EBE) is known color: Rich Blue. HEX triplet: 5A, 5E and BE. RGB value is (90,94,190). Sum of RGB (Red+Green+Blue) = 90+94+190=374 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.06% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #5A5EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A5EBE is #A5A141. Grayscale: #676767. Windows color (decimal): -10854722 or 12475994. OLE color: 12475994.

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

Color convert

RGB 90 94 190 -
CMYK 0.53 0.51 0 0.25
HSL 237.6º 0.43% 0.55% -
HSV(B) 237.6º 0.53% 0.75% -
XYZ 17.51 13.9 50.47 -
YUV 103.75 176.67 118.19 -
System Red Green Blue C M Y K H S L
Decimal 90 94 190 0.53 0.51 0 0.25 237.6 0.43 0.55
Hex 5A 5E BE 35 33 0 19 EE 2B 37
Octal 132 136 276 65 63 0 31 356 53 67
Binary 1011010 1011110 10111110 110101 110011 0 11001 11101110 101011 110111

Color Harmonies of #5A5EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5EBE

Black with #5A5EBE

Text Example


Text Example

White with #5A5EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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