#5353BC

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

Shades of Rich Blue #5353BC

Tints of Rich Blue #5353BC

Color information

#5353BC (or 0x5353BC) is unknown color: approx Rich Blue. HEX triplet: 53, 53 and BC. RGB value is (83,83,188). Sum of RGB (Red+Green+Blue) = 83+83+188=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #5353BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5353BC is #ACAC43. Grayscale: #5E5E5E. Windows color (decimal): -11316292 or 12342099. OLE color: 12342099.

HSL color Cylindrical-coordinate representation of color #5353BC: hue angle of 240º 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 #5353BC is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8383188-
CMYK0.560.5600.26
HSL240º43.93%53.14%-
HSV(B)240º55.85%73.73%-
XYZ15.7411.6649-
YUV94.97180.5119.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.45%
GREEN value IS 83 (32.81% from 255) = 23.45%
BLUE value IS 188 (73.83% from 255) = 53.11%
R=23.45%
G=23.45%
B=53.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal83831880.560.5600.2624043.9353.14
Hex5353BC383801Af02c35
Octal12312327470700323605465
Binary101001110100111011110011100011100001101011110000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5353BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,83,188); }

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

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

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

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

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

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

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