#5760BE

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

Shades of Rich Blue #5760BE

Tints of Rich Blue #5760BE

Color information

#5760BE (or 0x5760BE) is unknown color: approx Rich Blue. HEX triplet: 57, 60 and BE. RGB value is (87,96,190). Sum of RGB (Red+Green+Blue) = 87+96+190=373 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.32% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #5760BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5760BE is #A89F41. Grayscale: #676767. Windows color (decimal): -11050818 or 12476503. OLE color: 12476503.

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

Color convert

RGB8796190-
CMYK0.540.4900.25
HSL234.76º44.21%54.31%-
HSV(B)234.76º54.21%74.51%-
XYZ17.4114.1150.52-
YUV104.02176.52115.86-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.32%
GREEN value IS 96 (37.89% from 255) = 25.74%
BLUE value IS 190 (74.61% from 255) = 50.94%
R=23.32%
G=25.74%
B=50.94%

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
Decimal87961900.540.4900.25234.7644.2154.31
Hex5760BE3631019eb2c36
Octal12714027666610313535466
Binary101011111000001011111011011011000101100111101011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5760BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5760BE; }

 p { color: rgb(87,96,190); }

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

<style>
 a { background-color: #5760BE; }

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

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

<style>
 span { border-color: #5760BE; }

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

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