Html Css Color HEX #052B52 Prussian Blue

📋 copy color: '#052B52'

red 5 ◦ green 43 ◦ blue 82

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

Shades of Prussian Blue #052B52

Tints of Prussian Blue #052B52

RGB

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

 GREEN value IS 43 (17.19% from 255) = 33.08%

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

R = 3.85%
G = 33.08%
B = 63.08%

CMYK

 C value IS 0.94

 M value IS 0.48

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#052B52 (or 0x052B52) is known color: Prussian Blue. HEX triplet: 05, 2B and 52. RGB value is (5,43,82). Sum of RGB (Red+Green+Blue) = 5+43+82=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 43 (17.19% from 255 or 33.08% from 130); Blue value is 82 (32.42% from 255 or 63.08% from 130); Max value from RGB is 82 - color contains mainly: blue. Hex color #052B52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052B52 is #FAD4AD. Grayscale: #232323. Windows color (decimal): -16438446 or 5384965. OLE color: 5384965.

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

Color convert

RGB 5 43 82 -
CMYK 0.94 0.48 0 0.68
HSL 210.39º 0.89% 0.17% -
HSV(B) 210.39º 0.94% 0.32% -
XYZ 2.45 2.37 8.31 -
YUV 36.08 153.91 105.83 -
System Red Green Blue C M Y K H S L
Decimal 5 43 82 0.94 0.48 0 0.68 210.39 0.89 0.17
Hex 5 2B 52 5E 30 0 44 D2 59 11
Octal 5 53 122 136 60 0 104 322 131 21
Binary 101 101011 1010010 1011110 110000 0 1000100 11010010 1011001 10001

Color Harmonies of #052B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052B52

Black with #052B52

Text Example


Text Example

White with #052B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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