Html Css Color HEX #5854BE Rich Blue

📋 copy color: '#5854BE'

red 88 ◦ green 84 ◦ blue 190

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

Shades of Rich Blue #5854BE

Tints of Rich Blue #5854BE

RGB

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

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

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

R = 24.31%
G = 23.2%
B = 52.49%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5854BE (or 0x5854BE) is known color: Rich Blue. HEX triplet: 58, 54 and BE. RGB value is (88,84,190). Sum of RGB (Red+Green+Blue) = 88+84+190=362 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.31% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #5854BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5854BE is #A7AB41. Grayscale: #606060. Windows color (decimal): -10988354 or 12473432. OLE color: 12473432.

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

Color convert

RGB 88 84 190 -
CMYK 0.54 0.56 0 0.25
HSL 242.26º 0.45% 0.54% -
HSV(B) 242.26º 0.56% 0.75% -
XYZ 16.49 12.13 50.19 -
YUV 97.28 180.33 121.38 -
System Red Green Blue C M Y K H S L
Decimal 88 84 190 0.54 0.56 0 0.25 242.26 0.45 0.54
Hex 58 54 BE 36 38 0 19 F2 2D 36
Octal 130 124 276 66 70 0 31 362 55 66
Binary 1011000 1010100 10111110 110110 111000 0 11001 11110010 101101 110110

Color Harmonies of #5854BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5854BE

Black with #5854BE

Text Example


Text Example

White with #5854BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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