#535FE4

Color #535FE4 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #535FE4

Tints of Royal Blue #535FE4

Color information

#535FE4 (or 0x535FE4) is unknown color: approx Royal Blue. HEX triplet: 53, 5F and E4. RGB value is (83,95,228). Sum of RGB (Red+Green+Blue) = 83+95+228=406 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.44% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 228 (89.45% from 255 or 56.16% from 406); Max value from RGB is 228 - color contains mainly: blue. Hex color #535FE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535FE4 is #ACA01B. Grayscale: #6A6A6A. Windows color (decimal): -11313180 or 14966611. OLE color: 14966611.

HSL color Cylindrical-coordinate representation of color #535FE4: hue angle of 235.03º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #535FE4 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8395228-
CMYK0.640.5800.11
HSL235.03º72.86%60.98%-
HSV(B)235.03º63.6%89.41%-
XYZ21.6615.6275.27-
YUV106.57196.52111.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.44%
GREEN value IS 95 (37.5% from 255) = 23.40%
BLUE value IS 228 (89.45% from 255) = 56.16%
R=20.44%
G=23.40%
B=56.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal83952280.640.5800.11235.0372.8660.98
Hex535FE4403A0Beb493d
Octal1231373441007201335311175
Binary1010011101111111100100100000011101001011111010111001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535FE4; }

 p { color: rgb(83,95,228); }

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

<style>
 a { background-color: #535FE4; }

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

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

<style>
 span { border-color: #535FE4; }

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

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