Html Css Color HEX #052952 Prussian Blue

📋 copy color: '#052952'

red 5 ◦ green 41 ◦ blue 82

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

Shades of Prussian Blue #052952

Tints of Prussian Blue #052952

RGB

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

 GREEN value IS 41 (16.41% from 255) = 32.03%

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

R = 3.91%
G = 32.03%
B = 64.06%

CMYK

 C value IS 0.94

 M value IS 0.50

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#052952 (or 0x052952) is known color: Prussian Blue. HEX triplet: 05, 29 and 52. RGB value is (5,41,82). Sum of RGB (Red+Green+Blue) = 5+41+82=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 41 (16.41% from 255 or 32.03% from 128); Blue value is 82 (32.42% from 255 or 64.06% from 128); Max value from RGB is 82 - color contains mainly: blue. Hex color #052952 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052952 is #FAD6AD. Grayscale: #222222. Windows color (decimal): -16438958 or 5384453. OLE color: 5384453.

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

Color convert

RGB 5 41 82 -
CMYK 0.94 0.50 0 0.68
HSL 211.95º 0.89% 0.17% -
HSV(B) 211.95º 0.94% 0.32% -
XYZ 2.38 2.23 8.29 -
YUV 34.91 154.57 106.67 -
System Red Green Blue C M Y K H S L
Decimal 5 41 82 0.94 0.50 0 0.68 211.95 0.89 0.17
Hex 5 29 52 5E 32 0 44 D4 59 11
Octal 5 51 122 136 62 0 104 324 131 21
Binary 101 101001 1010010 1011110 110010 0 1000100 11010100 1011001 10001

Color Harmonies of #052952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052952

Black with #052952

Text Example


Text Example

White with #052952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052952; }

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

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

background-color css

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

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

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

border-color css

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

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

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