#5248bc

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

Shades of Rich Blue #5248BC

Tints of Rich Blue #5248BC

Color information

#5248BC (or 0x5248BC) is unknown color: approx Rich Blue. HEX triplet: 52, 48 and BC. RGB value is (82,72,188). Sum of RGB (Red+Green+Blue) = 82+72+188=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #5248BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5248BC is #ADB743. Grayscale: #575757. Windows color (decimal): -11384644 or 12339282. OLE color: 12339282.

HSL color Cylindrical-coordinate representation of color #5248BC: hue angle of 245.17º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5248BC is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8272188-
CMYK0.560.6200.26
HSL245.17º46.4%50.98%-
HSV(B)245.17º61.7%73.73%-
XYZ14.8710.0648.73-
YUV88.21184.31123.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.98%
GREEN value IS 72 (28.52% from 255) = 21.05%
BLUE value IS 188 (73.83% from 255) = 54.97%
R=23.98%
G=21.05%
B=54.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal82721880.560.6200.26245.1746.450.98
Hex5248BC383E01Af52e33
Octal12211027470760323655663
Binary101001010010001011110011100011111001101011110101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5248bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5248bc; }

 p { color: rgb(82,72,188); }

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

<style>
 a { background-color: #5248bc; }

 a { background-color: rgb(82,72,188); }

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

<style>
 span { border-color: #5248bc; }

 span { border-color: rgb(82,72,188); }

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