Html Css Color HEX #5846BE Rich Blue

📋 copy color: '#5846BE'

red 88 ◦ green 70 ◦ blue 190

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

Shades of Rich Blue #5846BE

Tints of Rich Blue #5846BE

RGB

 RED value IS 88 (34.77% from 255) = 25.29%

 GREEN value IS 70 (27.73% from 255) = 20.11%

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

R = 25.29%
G = 20.11%
B = 54.6%

CMYK

 C value IS 0.54

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5846BE (or 0x5846BE) is known color: Rich Blue. HEX triplet: 58, 46 and BE. RGB value is (88,70,190). Sum of RGB (Red+Green+Blue) = 88+70+190=348 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.29% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 190 (74.61% from 255 or 54.60% from 348); Max value from RGB is 190 - color contains mainly: blue. Hex color #5846BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5846BE is #A7B941. Grayscale: #585858. Windows color (decimal): -10991938 or 12469848. OLE color: 12469848.

HSL color Cylindrical-coordinate representation of color #5846BE: hue angle of 249º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5846BE is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 70 190 -
CMYK 0.54 0.63 0 0.25
HSL 249º 0.48% 0.51% -
HSV(B) 249º 0.63% 0.75% -
XYZ 15.51 10.17 49.86 -
YUV 89.06 184.96 127.24 -
System Red Green Blue C M Y K H S L
Decimal 88 70 190 0.54 0.63 0 0.25 249 0.48 0.51
Hex 58 46 BE 36 3F 0 19 F9 30 33
Octal 130 106 276 66 77 0 31 371 60 63
Binary 1011000 1000110 10111110 110110 111111 0 11001 11111001 110000 110011

Color Harmonies of #5846BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5846BE

Black with #5846BE

Text Example


Text Example

White with #5846BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5846BE; }

 p { color: rgb(88,70,190); }

 H1.HeaderClassName
 {
   color: #5846BE;
 }
 .AnyTagClassName
 {
   color: #5846BE;
 }
</style>

background-color css

<style>
 a { background-color: #5846BE; }

 a { background-color: rgb(88,70,190); }

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

border-color css

<style>
 span { border-color: #5846BE; }

 span { border-color: rgb(88,70,190); }

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