Html Css Color HEX #053ACD Persian Blue

📋 copy color: '#053ACD'

red 5 ◦ green 58 ◦ blue 205

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

Shades of Persian Blue #053ACD

Tints of Persian Blue #053ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 76.49%

R = 1.87%
G = 21.64%
B = 76.49%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#053ACD (or 0x053ACD) is known color: Persian Blue. HEX triplet: 05, 3A and CD. RGB value is (5,58,205). Sum of RGB (Red+Green+Blue) = 5+58+205=268 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 205 (80.47% from 255 or 76.49% from 268); Max value from RGB is 205 - color contains mainly: blue. Hex color #053ACD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053ACD is #FAC532. Grayscale: #3A3A3A. Windows color (decimal): -16434483 or 13449733. OLE color: 13449733.

HSL color Cylindrical-coordinate representation of color #053ACD: hue angle of 224.1º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053ACD is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 5 58 205 -
CMYK 0.98 0.72 0 0.20
HSL 224.1º 0.95% 0.41% -
HSV(B) 224.1º 0.98% 0.8% -
XYZ 12.6 7.47 58.53 -
YUV 58.91 210.44 89.55 -
System Red Green Blue C M Y K H S L
Decimal 5 58 205 0.98 0.72 0 0.20 224.1 0.95 0.41
Hex 5 3A CD 62 48 0 14 E0 5F 29
Octal 5 72 315 142 110 0 24 340 137 51
Binary 101 111010 11001101 1100010 1001000 0 10100 11100000 1011111 101001

Color Harmonies of #053ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053ACD

Black with #053ACD

Text Example


Text Example

White with #053ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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