Html Css Color HEX #052D59 Prussian Blue

📋 copy color: '#052D59'

red 5 ◦ green 45 ◦ blue 89

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

Shades of Prussian Blue #052D59

Tints of Prussian Blue #052D59

RGB

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

 GREEN value IS 45 (17.97% from 255) = 32.37%

 BLUE value IS 89 (35.16% from 255) = 64.03%

R = 3.6%
G = 32.37%
B = 64.03%

CMYK

 C value IS 0.94

 M value IS 0.49

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#052D59 (or 0x052D59) is known color: Prussian Blue. HEX triplet: 05, 2D and 59. RGB value is (5,45,89). Sum of RGB (Red+Green+Blue) = 5+45+89=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 45 (17.97% from 255 or 32.37% from 139); Blue value is 89 (35.16% from 255 or 64.03% from 139); Max value from RGB is 89 - color contains mainly: blue. Hex color #052D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052D59 is #FAD2A6. Grayscale: #252525. Windows color (decimal): -16437927 or 5844229. OLE color: 5844229.

HSL color Cylindrical-coordinate representation of color #052D59: hue angle of 211.43º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052D59 is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 45 89 -
CMYK 0.94 0.49 0 0.65
HSL 211.43º 0.89% 0.18% -
HSV(B) 211.43º 0.94% 0.35% -
XYZ 2.8 2.63 9.81 -
YUV 38.06 156.75 104.42 -
System Red Green Blue C M Y K H S L
Decimal 5 45 89 0.94 0.49 0 0.65 211.43 0.89 0.18
Hex 5 2D 59 5E 31 0 41 D3 59 12
Octal 5 55 131 136 61 0 101 323 131 22
Binary 101 101101 1011001 1011110 110001 0 1000001 11010011 1011001 10010

Color Harmonies of #052D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052D59

Black with #052D59

Text Example


Text Example

White with #052D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,45,89); }

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

background-color css

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

 a { background-color: rgb(5,45,89); }

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

border-color css

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

 span { border-color: rgb(5,45,89); }

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