#5352BD

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

Shades of Rich Blue #5352BD

Tints of Rich Blue #5352BD

Color information

#5352BD (or 0x5352BD) is unknown color: approx Rich Blue. HEX triplet: 53, 52 and BD. RGB value is (83,82,189). Sum of RGB (Red+Green+Blue) = 83+82+189=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 189 (74.22% from 255 or 53.39% from 354); Max value from RGB is 189 - color contains mainly: blue. Hex color #5352BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5352BD is #ACAD42. Grayscale: #5E5E5E. Windows color (decimal): -11316547 or 12407379. OLE color: 12407379.

HSL color Cylindrical-coordinate representation of color #5352BD: hue angle of 240.56º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5352BD is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8382189-
CMYK0.560.5700.26
HSL240.56º44.77%53.14%-
HSV(B)240.56º56.61%74.12%-
XYZ15.7711.5549.54-
YUV94.5181.33119.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.45%
GREEN value IS 82 (32.42% from 255) = 23.16%
BLUE value IS 189 (74.22% from 255) = 53.39%
R=23.45%
G=23.16%
B=53.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal83821890.560.5700.26240.5644.7753.14
Hex5352BD383901Af12d35
Octal12312227570710323615565
Binary101001110100101011110111100011100101101011110001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5352BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5352BD; }

 p { color: rgb(83,82,189); }

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

<style>
 a { background-color: #5352BD; }

 a { background-color: rgb(83,82,189); }

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

<style>
 span { border-color: #5352BD; }

 span { border-color: rgb(83,82,189); }

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