Html Css Color HEX #053052 Prussian Blue

📋 copy color: '#053052'

red 5 ◦ green 48 ◦ blue 82

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

Shades of Prussian Blue #053052

Tints of Prussian Blue #053052

RGB

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

 GREEN value IS 48 (19.14% from 255) = 35.56%

 BLUE value IS 82 (32.42% from 255) = 60.74%

R = 3.7%
G = 35.56%
B = 60.74%

CMYK

 C value IS 0.94

 M value IS 0.41

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#053052 (or 0x053052) is known color: Prussian Blue. HEX triplet: 05, 30 and 52. RGB value is (5,48,82). Sum of RGB (Red+Green+Blue) = 5+48+82=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 82 (32.42% from 255 or 60.74% from 135); Max value from RGB is 82 - color contains mainly: blue. Hex color #053052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053052 is #FACFAD. Grayscale: #262626. Windows color (decimal): -16437166 or 5386245. OLE color: 5386245.

HSL color Cylindrical-coordinate representation of color #053052: hue angle of 206.49º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053052 is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 5 48 82 -
CMYK 0.94 0.41 0 0.68
HSL 206.49º 0.89% 0.17% -
HSV(B) 206.49º 0.94% 0.32% -
XYZ 2.64 2.76 8.38 -
YUV 39.02 152.25 103.74 -
System Red Green Blue C M Y K H S L
Decimal 5 48 82 0.94 0.41 0 0.68 206.49 0.89 0.17
Hex 5 30 52 5E 29 0 44 CE 59 11
Octal 5 60 122 136 51 0 104 316 131 21
Binary 101 110000 1010010 1011110 101001 0 1000100 11001110 1011001 10001

Color Harmonies of #053052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053052

Black with #053052

Text Example


Text Example

White with #053052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053052; }

 p { color: rgb(5,48,82); }

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

background-color css

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

 a { background-color: rgb(5,48,82); }

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

border-color css

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

 span { border-color: rgb(5,48,82); }

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