#5751BE

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

Shades of Rich Blue #5751BE

Tints of Rich Blue #5751BE

Color information

#5751BE (or 0x5751BE) is unknown color: approx Rich Blue. HEX triplet: 57, 51 and BE. RGB value is (87,81,190). Sum of RGB (Red+Green+Blue) = 87+81+190=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #5751BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5751BE is #A8AE41. Grayscale: #5E5E5E. Windows color (decimal): -11054658 or 12472663. OLE color: 12472663.

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

Color convert

RGB8781190-
CMYK0.540.5700.25
HSL243.3º45.61%53.14%-
HSV(B)243.3º57.37%74.51%-
XYZ16.1711.6350.11-
YUV95.22181.49122.14-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.30%
GREEN value IS 81 (32.03% from 255) = 22.63%
BLUE value IS 190 (74.61% from 255) = 53.07%
R=24.30%
G=22.63%
B=53.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal87811900.540.5700.25243.345.6153.14
Hex5751BE3639019f32e35
Octal12712127666710313635665
Binary101011110100011011111011011011100101100111110011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5751BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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