Html Css Color HEX #053352 Prussian Blue

📋 copy color: '#053352'

red 5 ◦ green 51 ◦ blue 82

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

Shades of Prussian Blue #053352

Tints of Prussian Blue #053352

RGB

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

 GREEN value IS 51 (20.31% from 255) = 36.96%

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

R = 3.62%
G = 36.96%
B = 59.42%

CMYK

 C value IS 0.94

 M value IS 0.38

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#053352 (or 0x053352) is known color: Prussian Blue. HEX triplet: 05, 33 and 52. RGB value is (5,51,82). Sum of RGB (Red+Green+Blue) = 5+51+82=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 82 (32.42% from 255 or 59.42% from 138); Max value from RGB is 82 - color contains mainly: blue. Hex color #053352 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053352 is #FACCAD. Grayscale: #282828. Windows color (decimal): -16436398 or 5387013. OLE color: 5387013.

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

Color convert

RGB 5 51 82 -
CMYK 0.94 0.38 0 0.68
HSL 204.16º 0.89% 0.17% -
HSV(B) 204.16º 0.94% 0.32% -
XYZ 2.77 3.01 8.42 -
YUV 40.78 151.26 102.48 -
System Red Green Blue C M Y K H S L
Decimal 5 51 82 0.94 0.38 0 0.68 204.16 0.89 0.17
Hex 5 33 52 5E 26 0 44 CC 59 11
Octal 5 63 122 136 46 0 104 314 131 21
Binary 101 110011 1010010 1011110 100110 0 1000100 11001100 1011001 10001

Color Harmonies of #053352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053352

Black with #053352

Text Example


Text Example

White with #053352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053352; }

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

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

background-color css

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

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

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

border-color css

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

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

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