#5761BB

Color #5761BB Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5761BB

Tints of Rich Blue #5761BB

Color information

#5761BB (or 0x5761BB) is unknown color: approx Rich Blue. HEX triplet: 57, 61 and BB. RGB value is (87,97,187). Sum of RGB (Red+Green+Blue) = 87+97+187=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #5761BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5761BB is #A89E44. Grayscale: #676767. Windows color (decimal): -11050565 or 12280151. OLE color: 12280151.

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

Color convert

RGB8797187-
CMYK0.530.4800.27
HSL234º42.37%53.73%-
HSV(B)234º53.48%73.33%-
XYZ17.1714.1648.84-
YUV104.27174.69115.68-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.45%
GREEN value IS 97 (38.28% from 255) = 26.15%
BLUE value IS 187 (73.44% from 255) = 50.40%
R=23.45%
G=26.15%
B=50.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal87971870.530.4800.2723442.3753.73
Hex5761BB353001Bea2a36
Octal12714127365600333525266
Binary101011111000011011101111010111000001101111101010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5761BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5761BB;
 }
 .AnyTagClassName
 {
   color: #5761BB;
 }
</style>
background-color css

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

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

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

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

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

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