#053AC8

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

Shades of Persian Blue #053AC8

Tints of Persian Blue #053AC8

Color information

#053AC8 (or 0x053AC8) is unknown color: approx Persian Blue. HEX triplet: 05, 3A and C8. RGB value is (5,58,200). Sum of RGB (Red+Green+Blue) = 5+58+200=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 200 (78.52% from 255 or 76.05% from 263); Max value from RGB is 200 - color contains mainly: blue. Hex color #053AC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053AC8 is #FAC537. Grayscale: #393939. Windows color (decimal): -16434488 or 13122053. OLE color: 13122053.

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

Color convert

RGB558200-
CMYK0.980.7100.22
HSL223.69º95.12%40.2%-
HSV(B)223.69º97.5%78.43%-
XYZ127.2355.41-
YUV58.34207.9489.95-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.90%
GREEN value IS 58 (23.05% from 255) = 22.05%
BLUE value IS 200 (78.52% from 255) = 76.05%
R=1.90%
G=22.05%
B=76.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal5582000.980.7100.22223.6995.1240.2
Hex53AC86247016e05f28
Octal57231014210702634013750
Binary1011110101100100011000101000111010110111000001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,58,200); }

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

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

 a { background-color: rgb(5,58,200); }

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

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

 span { border-color: rgb(5,58,200); }

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