#053BDF

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

Shades of Persian Blue #053BDF

Tints of Persian Blue #053BDF

Color information

#053BDF (or 0x053BDF) is unknown color: approx Persian Blue. HEX triplet: 05, 3B and DF. RGB value is (5,59,223). Sum of RGB (Red+Green+Blue) = 5+59+223=287 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 287); Green value is 59 (23.44% from 255 or 20.56% from 287); Blue value is 223 (87.5% from 255 or 77.70% from 287); Max value from RGB is 223 - color contains mainly: blue. Hex color #053BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053BDF is #FAC420. Grayscale: #3C3C3C. Windows color (decimal): -16434209 or 14629637. OLE color: 14629637.

HSL color Cylindrical-coordinate representation of color #053BDF: hue angle of 225.14º 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 #053BDF is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB559223-
CMYK0.980.7400.13
HSL225.14º95.61%44.71%-
HSV(B)225.14º97.76%87.45%-
XYZ14.958.4970.66-
YUV61.55219.1187.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.74%
GREEN value IS 59 (23.44% from 255) = 20.56%
BLUE value IS 223 (87.5% from 255) = 77.70%
R=1.74%
G=20.56%
B=77.70%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal5592230.980.7400.13225.1495.6144.71
Hex53BDF624A0De1602d
Octal57333714211201534114055
Binary101111011110111111100010100101001101111000011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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