#5368F1

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

Shades of Royal Blue #5368F1

Tints of Royal Blue #5368F1

Color information

#5368F1 (or 0x5368F1) is unknown color: approx Royal Blue. HEX triplet: 53, 68 and F1. RGB value is (83,104,241). Sum of RGB (Red+Green+Blue) = 83+104+241=428 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.39% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 241 (94.53% from 255 or 56.31% from 428); Max value from RGB is 241 - color contains mainly: blue. Hex color #5368F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5368F1 is #AC970E. Grayscale: #707070. Windows color (decimal): -11310863 or 15820883. OLE color: 15820883.

HSL color Cylindrical-coordinate representation of color #5368F1: hue angle of 232.03º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5368F1 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB83104241-
CMYK0.660.5700.05
HSL232.03º84.95%63.53%-
HSV(B)232.03º65.56%94.51%-
XYZ24.3918.0985.43-
YUV113.34200.04106.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.39%
GREEN value IS 104 (41.02% from 255) = 24.30%
BLUE value IS 241 (94.53% from 255) = 56.31%
R=19.39%
G=24.30%
B=56.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal831042410.660.5700.05232.0384.9563.53
Hex5368F1423905e85540
Octal1231503611027105350125100
Binary1010011110100011110001100001011100101011110100010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5368F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5368F1; }

 p { color: rgb(83,104,241); }

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

<style>
 a { background-color: #5368F1; }

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

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

<style>
 span { border-color: #5368F1; }

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

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