#5761BF

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

Shades of Rich Blue #5761BF

Tints of Rich Blue #5761BF

Color information

#5761BF (or 0x5761BF) is unknown color: approx Rich Blue. HEX triplet: 57, 61 and BF. RGB value is (87,97,191). Sum of RGB (Red+Green+Blue) = 87+97+191=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #5761BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5761BF is #A89E40. Grayscale: #686868. Windows color (decimal): -11050561 or 12542295. OLE color: 12542295.

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

Color convert

RGB8797191-
CMYK0.540.4900.25
HSL234.23º44.83%54.51%-
HSV(B)234.23º54.45%74.9%-
XYZ17.6114.3451.13-
YUV104.73176.69115.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.2%
GREEN value IS 97 (38.28% from 255) = 25.87%
BLUE value IS 191 (75% from 255) = 50.93%
R=23.2%
G=25.87%
B=50.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal87971910.540.4900.25234.2344.8354.51
Hex5761BF3631019ea2d37
Octal12714127766610313525567
Binary101011111000011011111111011011000101100111101010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5761BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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