Html Css Color HEX #5757BB Rich Blue

📋 copy color: '#5757BB'

red 87 ◦ green 87 ◦ blue 187

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

Shades of Rich Blue #5757BB

Tints of Rich Blue #5757BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.8%

R = 24.1%
G = 24.1%
B = 51.8%

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

#5757BB (or 0x5757BB) is known color: Rich Blue. HEX triplet: 57, 57 and BB. RGB value is (87,87,187). Sum of RGB (Red+Green+Blue) = 87+87+187=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #5757BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5757BB is #A8A844. Grayscale: #626262. Windows color (decimal): -11053125 or 12277591. OLE color: 12277591.

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

Color convert

RGB 87 87 187 -
CMYK 0.53 0.53 0 0.27
HSL 240º 0.42% 0.54% -
HSV(B) 240º 0.53% 0.73% -
XYZ 16.31 12.43 48.55 -
YUV 98.4 178 119.87 -
System Red Green Blue C M Y K H S L
Decimal 87 87 187 0.53 0.53 0 0.27 240 0.42 0.54
Hex 57 57 BB 35 35 0 1B F0 2A 36
Octal 127 127 273 65 65 0 33 360 52 66
Binary 1010111 1010111 10111011 110101 110101 0 11011 11110000 101010 110110

Color Harmonies of #5757BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5757BB

Black with #5757BB

Text Example


Text Example

White with #5757BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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