#053BC7

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

Shades of Persian Blue #053BC7

Tints of Persian Blue #053BC7

Color information

#053BC7 (or 0x053BC7) is unknown color: approx Persian Blue. HEX triplet: 05, 3B and C7. RGB value is (5,59,199). Sum of RGB (Red+Green+Blue) = 5+59+199=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 59 (23.44% from 255 or 22.43% from 263); Blue value is 199 (78.12% from 255 or 75.67% from 263); Max value from RGB is 199 - color contains mainly: blue. Hex color #053BC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053BC7 is #FAC438. Grayscale: #3A3A3A. Windows color (decimal): -16434233 or 13056773. OLE color: 13056773.

HSL color Cylindrical-coordinate representation of color #053BC7: hue angle of 223.3º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053BC7 is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB559199-
CMYK0.970.7000.22
HSL223.3º95.1%40%-
HSV(B)223.3º97.49%78.04%-
XYZ11.947.2854.81-
YUV58.81207.1189.62-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.90%
GREEN value IS 59 (23.44% from 255) = 22.43%
BLUE value IS 199 (78.12% from 255) = 75.67%
R=1.90%
G=22.43%
B=75.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal5591990.970.7000.22223.395.140
Hex53BC76146016df5f28
Octal57330714110602633713750
Binary1011110111100011111000011000110010110110111111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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