Html Css Color HEX #5854C1 Rich Blue

📋 copy color: '#5854C1'

red 88 ◦ green 84 ◦ blue 193

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

Shades of Rich Blue #5854C1

Tints of Rich Blue #5854C1

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.01%

 BLUE value IS 193 (75.78% from 255) = 52.88%

R = 24.11%
G = 23.01%
B = 52.88%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5854C1 (or 0x5854C1) is known color: Rich Blue. HEX triplet: 58, 54 and C1. RGB value is (88,84,193). Sum of RGB (Red+Green+Blue) = 88+84+193=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 193 (75.78% from 255 or 52.88% from 365); Max value from RGB is 193 - color contains mainly: blue. Hex color #5854C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5854C1 is #A7AB3E. Grayscale: #616161. Windows color (decimal): -10988351 or 12670040. OLE color: 12670040.

HSL color Cylindrical-coordinate representation of color #5854C1: hue angle of 242.2º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5854C1 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 88 84 193 -
CMYK 0.54 0.56 0 0.24
HSL 242.2º 0.47% 0.54% -
HSV(B) 242.2º 0.56% 0.76% -
XYZ 16.82 12.27 51.93 -
YUV 97.62 181.83 121.14 -
System Red Green Blue C M Y K H S L
Decimal 88 84 193 0.54 0.56 0 0.24 242.2 0.47 0.54
Hex 58 54 C1 36 38 0 18 F2 2F 36
Octal 130 124 301 66 70 0 30 362 57 66
Binary 1011000 1010100 11000001 110110 111000 0 11000 11110010 101111 110110

Color Harmonies of #5854C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5854C1

Black with #5854C1

Text Example


Text Example

White with #5854C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5854C1; }

 p { color: rgb(88,84,193); }

 H1.HeaderClassName
 {
   color: #5854C1;
 }
 .AnyTagClassName
 {
   color: #5854C1;
 }
</style>

background-color css

<style>
 a { background-color: #5854C1; }

 a { background-color: rgb(88,84,193); }

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

border-color css

<style>
 span { border-color: #5854C1; }

 span { border-color: rgb(88,84,193); }

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