Html Css Color HEX #053452 Prussian Blue

📋 copy color: '#053452'

red 5 ◦ green 52 ◦ blue 82

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

Shades of Prussian Blue #053452

Tints of Prussian Blue #053452

RGB

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

 GREEN value IS 52 (20.7% from 255) = 37.41%

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

R = 3.6%
G = 37.41%
B = 58.99%

CMYK

 C value IS 0.94

 M value IS 0.37

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#053452 (or 0x053452) is known color: Prussian Blue. HEX triplet: 05, 34 and 52. RGB value is (5,52,82). Sum of RGB (Red+Green+Blue) = 5+52+82=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 82 (32.42% from 255 or 58.99% from 139); Max value from RGB is 82 - color contains mainly: blue. Hex color #053452 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053452 is #FACBAD. Grayscale: #292929. Windows color (decimal): -16436142 or 5387269. OLE color: 5387269.

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

Color convert

RGB 5 52 82 -
CMYK 0.94 0.37 0 0.68
HSL 203.38º 0.89% 0.17% -
HSV(B) 203.38º 0.94% 0.32% -
XYZ 2.81 3.1 8.43 -
YUV 41.37 150.93 102.06 -
System Red Green Blue C M Y K H S L
Decimal 5 52 82 0.94 0.37 0 0.68 203.38 0.89 0.17
Hex 5 34 52 5E 25 0 44 CB 59 11
Octal 5 64 122 136 45 0 104 313 131 21
Binary 101 110100 1010010 1011110 100101 0 1000100 11001011 1011001 10001

Color Harmonies of #053452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053452

Black with #053452

Text Example


Text Example

White with #053452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053452; }

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

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

background-color css

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

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

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

border-color css

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

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

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