Html Css Color HEX #5850BF Rich Blue

📋 copy color: '#5850BF'

red 88 ◦ green 80 ◦ blue 191

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

Shades of Rich Blue #5850BF

Tints of Rich Blue #5850BF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.28%

 BLUE value IS 191 (75% from 255) = 53.2%

R = 24.51%
G = 22.28%
B = 53.2%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5850BF (or 0x5850BF) is known color: Rich Blue. HEX triplet: 58, 50 and BF. RGB value is (88,80,191). Sum of RGB (Red+Green+Blue) = 88+80+191=359 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.51% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #5850BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5850BF is #A7AF40. Grayscale: #5E5E5E. Windows color (decimal): -10989377 or 12537944. OLE color: 12537944.

HSL color Cylindrical-coordinate representation of color #5850BF: hue angle of 244.32º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5850BF is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 80 191 -
CMYK 0.54 0.58 0 0.25
HSL 244.32º 0.46% 0.53% -
HSV(B) 244.32º 0.58% 0.75% -
XYZ 16.3 11.57 50.67 -
YUV 95.05 182.15 122.97 -
System Red Green Blue C M Y K H S L
Decimal 88 80 191 0.54 0.58 0 0.25 244.32 0.46 0.53
Hex 58 50 BF 36 3A 0 19 F4 2E 35
Octal 130 120 277 66 72 0 31 364 56 65
Binary 1011000 1010000 10111111 110110 111010 0 11001 11110100 101110 110101

Color Harmonies of #5850BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5850BF

Black with #5850BF

Text Example


Text Example

White with #5850BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5850BF; }

 p { color: rgb(88,80,191); }

 H1.HeaderClassName
 {
   color: #5850BF;
 }
 .AnyTagClassName
 {
   color: #5850BF;
 }
</style>

background-color css

<style>
 a { background-color: #5850BF; }

 a { background-color: rgb(88,80,191); }

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

border-color css

<style>
 span { border-color: #5850BF; }

 span { border-color: rgb(88,80,191); }

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