#5952BB

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

Shades of Rich Blue #5952BB

Tints of Rich Blue #5952BB

Color information

#5952BB (or 0x5952BB) is unknown color: approx Rich Blue. HEX triplet: 59, 52 and BB. RGB value is (89,82,187). Sum of RGB (Red+Green+Blue) = 89+82+187=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #5952BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5952BB is #A6AD44. Grayscale: #5F5F5F. Windows color (decimal): -10923333 or 12276313. OLE color: 12276313.

HSL color Cylindrical-coordinate representation of color #5952BB: hue angle of 244º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5952BB is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8982187-
CMYK0.520.5600.27
HSL244º43.57%52.75%-
HSV(B)244º56.15%73.33%-
XYZ16.1111.7548.43-
YUV96.06179.32122.96-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.86%
GREEN value IS 82 (32.42% from 255) = 22.91%
BLUE value IS 187 (73.44% from 255) = 52.23%
R=24.86%
G=22.91%
B=52.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal89821870.520.5600.2724443.5752.75
Hex5952BB343801Bf42c35
Octal13112227364700333645465
Binary101100110100101011101111010011100001101111110100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5952BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5952BB; }

 p { color: rgb(89,82,187); }

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

<style>
 a { background-color: #5952BB; }

 a { background-color: rgb(89,82,187); }

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

<style>
 span { border-color: #5952BB; }

 span { border-color: rgb(89,82,187); }

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