#533AE5

Color #533AE5 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #533AE5

Tints of Neon Blue #533AE5

Color information

#533AE5 (or 0x533AE5) is unknown color: approx Neon Blue. HEX triplet: 53, 3A and E5. RGB value is (83,58,229). Sum of RGB (Red+Green+Blue) = 83+58+229=370 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.43% from 370); Green value is 58 (23.05% from 255 or 15.68% from 370); Blue value is 229 (89.84% from 255 or 61.89% from 370); Max value from RGB is 229 - color contains mainly: blue. Hex color #533AE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533AE5 is #ACC51A. Grayscale: #545454. Windows color (decimal): -11322651 or 15022675. OLE color: 15022675.

HSL color Cylindrical-coordinate representation of color #533AE5: hue angle of 248.77º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #533AE5 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB8358229-
CMYK0.640.7500.10
HSL248.77º76.68%56.27%-
HSV(B)248.77º74.67%89.8%-
XYZ19.2210.5275.15-
YUV84.97209.28126.6-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.43%
GREEN value IS 58 (23.05% from 255) = 15.68%
BLUE value IS 229 (89.84% from 255) = 61.89%
R=22.43%
G=15.68%
B=61.89%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal83582290.640.7500.10248.7776.6856.27
Hex533AE5404B0Af94d38
Octal1237234510011301237111570
Binary1010011111010111001011000000100101101010111110011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533AE5; }

 p { color: rgb(83,58,229); }

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

<style>
 a { background-color: #533AE5; }

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

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

<style>
 span { border-color: #533AE5; }

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

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