#5256BB

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

Shades of Rich Blue #5256BB

Tints of Rich Blue #5256BB

Color information

#5256BB (or 0x5256BB) is unknown color: approx Rich Blue. HEX triplet: 52, 56 and BB. RGB value is (82,86,187). Sum of RGB (Red+Green+Blue) = 82+86+187=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #5256BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5256BB is #ADA944. Grayscale: #5F5F5F. Windows color (decimal): -11381061 or 12277330. OLE color: 12277330.

HSL color Cylindrical-coordinate representation of color #5256BB: hue angle of 237.71º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5256BB is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8286187-
CMYK0.560.5400.27
HSL237.71º43.57%52.75%-
HSV(B)237.71º56.15%73.33%-
XYZ15.7812.0448.51-
YUV96.32179.17117.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.10%
GREEN value IS 86 (33.98% from 255) = 24.23%
BLUE value IS 187 (73.44% from 255) = 52.68%
R=23.10%
G=24.23%
B=52.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal82861870.560.5400.27237.7143.5752.75
Hex5256BB383601Bee2c35
Octal12212627370660333565465
Binary101001010101101011101111100011011001101111101110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5256BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,86,187); }

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

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

 a { background-color: rgb(82,86,187); }

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

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

 span { border-color: rgb(82,86,187); }

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