#5762BA

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

Shades of Rich Blue #5762BA

Tints of Rich Blue #5762BA

Color information

#5762BA (or 0x5762BA) is unknown color: approx Rich Blue. HEX triplet: 57, 62 and BA. RGB value is (87,98,186). Sum of RGB (Red+Green+Blue) = 87+98+186=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #5762BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5762BA is #A89D45. Grayscale: #686868. Windows color (decimal): -11050310 or 12214871. OLE color: 12214871.

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

Color convert

RGB8798186-
CMYK0.530.4700.27
HSL233.33º41.77%53.53%-
HSV(B)233.33º53.23%72.94%-
XYZ17.1614.3148.31-
YUV104.74173.86115.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.45%
GREEN value IS 98 (38.67% from 255) = 26.42%
BLUE value IS 186 (73.05% from 255) = 50.13%
R=23.45%
G=26.42%
B=50.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal87981860.530.4700.27233.3341.7753.53
Hex5762BA352F01Be92a36
Octal12714227265570333515266
Binary101011111000101011101011010110111101101111101001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5762BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5762BA; }

 p { color: rgb(87,98,186); }

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

<style>
 a { background-color: #5762BA; }

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

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

<style>
 span { border-color: #5762BA; }

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

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