#5245BC

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

Shades of Rich Blue #5245BC

Tints of Rich Blue #5245BC

Color information

#5245BC (or 0x5245BC) is unknown color: approx Rich Blue. HEX triplet: 52, 45 and BC. RGB value is (82,69,188). Sum of RGB (Red+Green+Blue) = 82+69+188=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #5245BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5245BC is #ADBA43. Grayscale: #555555. Windows color (decimal): -11385412 or 12338514. OLE color: 12338514.

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

Color convert

RGB8269188-
CMYK0.560.6300.26
HSL246.55º47.04%50.39%-
HSV(B)246.55º63.3%73.73%-
XYZ14.689.6848.67-
YUV86.45185.31124.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.19%
GREEN value IS 69 (27.34% from 255) = 20.35%
BLUE value IS 188 (73.83% from 255) = 55.46%
R=24.19%
G=20.35%
B=55.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal82691880.560.6300.26246.5547.0450.39
Hex5245BC383F01Af72f32
Octal12210527470770323675762
Binary101001010001011011110011100011111101101011110111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5245BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5245BC; }

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

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

<style>
 a { background-color: #5245BC; }

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

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

<style>
 span { border-color: #5245BC; }

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

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