Html Css Color HEX #5857BA Rich Blue

📋 copy color: '#5857BA'

red 88 ◦ green 87 ◦ blue 186

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

Shades of Rich Blue #5857BA

Tints of Rich Blue #5857BA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.1%

 BLUE value IS 186 (73.05% from 255) = 51.52%

R = 24.38%
G = 24.1%
B = 51.52%

CMYK

 C value IS 0.53

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5857BA (or 0x5857BA) is known color: Rich Blue. HEX triplet: 58, 57 and BA. RGB value is (88,87,186). Sum of RGB (Red+Green+Blue) = 88+87+186=361 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.38% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #5857BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5857BA is #A7A845. Grayscale: #626262. Windows color (decimal): -10987590 or 12212056. OLE color: 12212056.

HSL color Cylindrical-coordinate representation of color #5857BA: hue angle of 240.61º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5857BA is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 87 186 -
CMYK 0.53 0.53 0 0.27
HSL 240.61º 0.42% 0.54% -
HSV(B) 240.61º 0.53% 0.73% -
XYZ 16.3 12.44 48 -
YUV 98.59 177.33 120.45 -
System Red Green Blue C M Y K H S L
Decimal 88 87 186 0.53 0.53 0 0.27 240.61 0.42 0.54
Hex 58 57 BA 35 35 0 1B F1 2A 36
Octal 130 127 272 65 65 0 33 361 52 66
Binary 1011000 1010111 10111010 110101 110101 0 11011 11110001 101010 110110

Color Harmonies of #5857BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5857BA

Black with #5857BA

Text Example


Text Example

White with #5857BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5857BA; }

 p { color: rgb(88,87,186); }

 H1.HeaderClassName
 {
   color: #5857BA;
 }
 .AnyTagClassName
 {
   color: #5857BA;
 }
</style>

background-color css

<style>
 a { background-color: #5857BA; }

 a { background-color: rgb(88,87,186); }

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

border-color css

<style>
 span { border-color: #5857BA; }

 span { border-color: rgb(88,87,186); }

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