#5752BC

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

Shades of Rich Blue #5752BC

Tints of Rich Blue #5752BC

Color information

#5752BC (or 0x5752BC) is unknown color: approx Rich Blue. HEX triplet: 57, 52 and BC. RGB value is (87,82,188). Sum of RGB (Red+Green+Blue) = 87+82+188=357 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.37% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #5752BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5752BC is #A8AD43. Grayscale: #5F5F5F. Windows color (decimal): -11054404 or 12341847. OLE color: 12341847.

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

Color convert

RGB8782188-
CMYK0.540.5600.26
HSL242.83º44.17%52.94%-
HSV(B)242.83º56.38%73.73%-
XYZ16.0211.6948.99-
YUV95.58180.16121.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.37%
GREEN value IS 82 (32.42% from 255) = 22.97%
BLUE value IS 188 (73.83% from 255) = 52.66%
R=24.37%
G=22.97%
B=52.66%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal87821880.540.5600.26242.8344.1752.94
Hex5752BC363801Af32c35
Octal12712227466700323635465
Binary101011110100101011110011011011100001101011110011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5752BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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