#053CDF

Color #053CDF Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #053CDF

Tints of Persian Blue #053CDF

Color information

#053CDF (or 0x053CDF) is unknown color: approx Persian Blue. HEX triplet: 05, 3C and DF. RGB value is (5,60,223). Sum of RGB (Red+Green+Blue) = 5+60+223=288 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 223 (87.5% from 255 or 77.43% from 288); Max value from RGB is 223 - color contains mainly: blue. Hex color #053CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053CDF is #FAC320. Grayscale: #3D3D3D. Windows color (decimal): -16433953 or 14629893. OLE color: 14629893.

HSL color Cylindrical-coordinate representation of color #053CDF: hue angle of 224.86º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053CDF is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB560223-
CMYK0.980.7300.13
HSL224.86º95.61%44.71%-
HSV(B)224.86º97.76%87.45%-
XYZ158.5970.68-
YUV62.14218.7887.25-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.74%
GREEN value IS 60 (23.83% from 255) = 20.83%
BLUE value IS 223 (87.5% from 255) = 77.43%
R=1.74%
G=20.83%
B=77.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal5602230.980.7300.13224.8695.6144.71
Hex53CDF62490De1602d
Octal57433714211101534114055
Binary101111100110111111100010100100101101111000011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053CDF; }

 p { color: rgb(5,60,223); }

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

<style>
 a { background-color: #053CDF; }

 a { background-color: rgb(5,60,223); }

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

<style>
 span { border-color: #053CDF; }

 span { border-color: rgb(5,60,223); }

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