Html Css Color HEX #5757BA Rich Blue

📋 copy color: '#5757BA'

red 87 ◦ green 87 ◦ blue 186

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

Shades of Rich Blue #5757BA

Tints of Rich Blue #5757BA

RGB

 RED value IS 87 (34.38% from 255) = 24.17%

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

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

R = 24.17%
G = 24.17%
B = 51.67%

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

#5757BA (or 0x5757BA) is known color: Rich Blue. HEX triplet: 57, 57 and BA. RGB value is (87,87,186). Sum of RGB (Red+Green+Blue) = 87+87+186=360 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.17% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #5757BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5757BA is #A8A845. Grayscale: #616161. Windows color (decimal): -11053126 or 12212055. OLE color: 12212055.

HSL color Cylindrical-coordinate representation of color #5757BA: hue angle of 240º 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 #5757BA is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 87 87 186 -
CMYK 0.53 0.53 0 0.27
HSL 240º 0.42% 0.54% -
HSV(B) 240º 0.53% 0.73% -
XYZ 16.2 12.39 47.99 -
YUV 98.29 177.5 119.95 -
System Red Green Blue C M Y K H S L
Decimal 87 87 186 0.53 0.53 0 0.27 240 0.42 0.54
Hex 57 57 BA 35 35 0 1B F0 2A 36
Octal 127 127 272 65 65 0 33 360 52 66
Binary 1010111 1010111 10111010 110101 110101 0 11011 11110000 101010 110110

Color Harmonies of #5757BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5757BA

Black with #5757BA

Text Example


Text Example

White with #5757BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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