Html Css Color HEX #053152 Prussian Blue

📋 copy color: '#053152'

red 5 ◦ green 49 ◦ blue 82

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

Shades of Prussian Blue #053152

Tints of Prussian Blue #053152

RGB

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

 GREEN value IS 49 (19.53% from 255) = 36.03%

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

R = 3.68%
G = 36.03%
B = 60.29%

CMYK

 C value IS 0.94

 M value IS 0.40

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#053152 (or 0x053152) is known color: Prussian Blue. HEX triplet: 05, 31 and 52. RGB value is (5,49,82). Sum of RGB (Red+Green+Blue) = 5+49+82=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 82 (32.42% from 255 or 60.29% from 136); Max value from RGB is 82 - color contains mainly: blue. Hex color #053152 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053152 is #FACEAD. Grayscale: #272727. Windows color (decimal): -16436910 or 5386501. OLE color: 5386501.

HSL color Cylindrical-coordinate representation of color #053152: hue angle of 205.71º 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 #053152 is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 5 49 82 -
CMYK 0.94 0.40 0 0.68
HSL 205.71º 0.89% 0.17% -
HSV(B) 205.71º 0.94% 0.32% -
XYZ 2.68 2.84 8.39 -
YUV 39.61 151.92 103.32 -
System Red Green Blue C M Y K H S L
Decimal 5 49 82 0.94 0.40 0 0.68 205.71 0.89 0.17
Hex 5 31 52 5E 28 0 44 CE 59 11
Octal 5 61 122 136 50 0 104 316 131 21
Binary 101 110001 1010010 1011110 101000 0 1000100 11001110 1011001 10001

Color Harmonies of #053152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053152

Black with #053152

Text Example


Text Example

White with #053152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053152; }

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

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

background-color css

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

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

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

border-color css

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

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

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