Html Css Color HEX #053AC8 Persian Blue

📋 copy color: '#053AC8'

red 5 ◦ green 58 ◦ blue 200

#053AC8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #053AC8

Tints of Persian Blue #053AC8

RGB

 RED value IS 5 (2.34% from 255) = 1.9%

 GREEN value IS 58 (23.05% from 255) = 22.05%

 BLUE value IS 200 (78.52% from 255) = 76.05%

R = 1.9%
G = 22.05%
B = 76.05%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#053AC8 (or 0x053AC8) is known color: 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

RGB 5 58 200 -
CMYK 0.98 0.71 0 0.22
HSL 223.69º 0.95% 0.4% -
HSV(B) 223.69º 0.98% 0.78% -
XYZ 12 7.23 55.41 -
YUV 58.34 207.94 89.95 -
System Red Green Blue C M Y K H S L
Decimal 5 58 200 0.98 0.71 0 0.22 223.69 0.95 0.4
Hex 5 3A C8 62 47 0 16 E0 5F 28
Octal 5 72 310 142 107 0 26 340 137 50
Binary 101 111010 11001000 1100010 1000111 0 10110 11100000 1011111 101000

Color Harmonies of #053AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053AC8

Black with #053AC8

Text Example


Text Example

White with #053AC8

Text Example


Text Example

HTML Codes & Css Web 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>