#5244BA

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

Shades of Rich Blue #5244BA

Tints of Rich Blue #5244BA

Color information

#5244BA (or 0x5244BA) is unknown color: approx Rich Blue. HEX triplet: 52, 44 and BA. RGB value is (82,68,186). Sum of RGB (Red+Green+Blue) = 82+68+186=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #5244BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5244BA is #ADBB45. Grayscale: #555555. Windows color (decimal): -11385670 or 12207186. OLE color: 12207186.

HSL color Cylindrical-coordinate representation of color #5244BA: hue angle of 247.12º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5244BA is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8268186-
CMYK0.560.6300.27
HSL247.12º46.46%49.8%-
HSV(B)247.12º63.44%72.94%-
XYZ14.419.4747.52-
YUV85.64184.64125.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.40%
GREEN value IS 68 (26.95% from 255) = 20.24%
BLUE value IS 186 (73.05% from 255) = 55.36%
R=24.40%
G=20.24%
B=55.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal82681860.560.6300.27247.1246.4649.8
Hex5244BA383F01Bf72e32
Octal12210427270770333675662
Binary101001010001001011101011100011111101101111110111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5244BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,68,186); }

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

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

 a { background-color: rgb(82,68,186); }

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

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

 span { border-color: rgb(82,68,186); }

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