#5353BE

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

Shades of Rich Blue #5353BE

Tints of Rich Blue #5353BE

Color information

#5353BE (or 0x5353BE) is unknown color: approx Rich Blue. HEX triplet: 53, 53 and BE. RGB value is (83,83,190). Sum of RGB (Red+Green+Blue) = 83+83+190=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #5353BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5353BE is #ACAC41. Grayscale: #5E5E5E. Windows color (decimal): -11316290 or 12473171. OLE color: 12473171.

HSL color Cylindrical-coordinate representation of color #5353BE: hue angle of 240º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5353BE is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8383190-
CMYK0.560.5600.25
HSL240º45.15%53.53%-
HSV(B)240º56.32%74.51%-
XYZ15.9511.7450.14-
YUV95.2181.5119.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.31%
GREEN value IS 83 (32.81% from 255) = 23.31%
BLUE value IS 190 (74.61% from 255) = 53.37%
R=23.31%
G=23.31%
B=53.37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal83831900.560.5600.2524045.1553.53
Hex5353BE3838019f02d36
Octal12312327670700313605566
Binary101001110100111011111011100011100001100111110000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5353BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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