#5245BE

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

Shades of Rich Blue #5245BE

Tints of Rich Blue #5245BE

Color information

#5245BE (or 0x5245BE) is unknown color: approx Rich Blue. HEX triplet: 52, 45 and BE. RGB value is (82,69,190). Sum of RGB (Red+Green+Blue) = 82+69+190=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 190 (74.61% from 255 or 55.72% from 341); Max value from RGB is 190 - color contains mainly: blue. Hex color #5245BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5245BE is #ADBA41. Grayscale: #565656. Windows color (decimal): -11385410 or 12469586. OLE color: 12469586.

HSL color Cylindrical-coordinate representation of color #5245BE: hue angle of 246.45º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5245BE is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8269190-
CMYK0.570.6400.25
HSL246.45º48.21%50.78%-
HSV(B)246.45º63.68%74.51%-
XYZ14.99.7749.82-
YUV86.68186.31124.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.05%
GREEN value IS 69 (27.34% from 255) = 20.23%
BLUE value IS 190 (74.61% from 255) = 55.72%
R=24.05%
G=20.23%
B=55.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal82691900.570.6400.25246.4548.2150.78
Hex5245BE3940019f63033
Octal122105276711000313666063
Binary1010010100010110111110111001100000001100111110110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5245BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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