Html Css Color HEX #053AED Persian Blue

📋 copy color: '#053AED'

red 5 ◦ green 58 ◦ blue 237

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

Shades of Persian Blue #053AED

Tints of Persian Blue #053AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 79%

R = 1.67%
G = 19.33%
B = 79%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#053AED (or 0x053AED) is known color: Persian Blue. HEX triplet: 05, 3A and ED. RGB value is (5,58,237). Sum of RGB (Red+Green+Blue) = 5+58+237=300 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 237 (92.97% from 255 or 79% from 300); Max value from RGB is 237 - color contains mainly: blue. Hex color #053AED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053AED is #FAC512. Grayscale: #3D3D3D. Windows color (decimal): -16434451 or 15546885. OLE color: 15546885.

HSL color Cylindrical-coordinate representation of color #053AED: hue angle of 226.29º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053AED is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 5 58 237 -
CMYK 0.98 0.76 0 0.07
HSL 226.29º 0.96% 0.47% -
HSV(B) 226.29º 0.98% 0.93% -
XYZ 16.86 9.17 81 -
YUV 62.56 226.44 86.95 -
System Red Green Blue C M Y K H S L
Decimal 5 58 237 0.98 0.76 0 0.07 226.29 0.96 0.47
Hex 5 3A ED 62 4C 0 7 E2 60 2F
Octal 5 72 355 142 114 0 7 342 140 57
Binary 101 111010 11101101 1100010 1001100 0 111 11100010 1100000 101111

Color Harmonies of #053AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053AED

Black with #053AED

Text Example


Text Example

White with #053AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #053AED;
 }
 .AnyTagClassName
 {
   color: #053AED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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