#052A5B

Color #052A5B Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #052A5B

Tints of Prussian Blue #052A5B

Color information

#052A5B (or 0x052A5B) is unknown color: approx Prussian Blue. HEX triplet: 05, 2A and 5B. RGB value is (5,42,91). Sum of RGB (Red+Green+Blue) = 5+42+91=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 42 (16.80% from 255 or 30.43% from 138); Blue value is 91 (35.94% from 255 or 65.94% from 138); Max value from RGB is 91 - color contains mainly: blue. Hex color #052A5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052A5B is #FAD5A4. Grayscale: #242424. Windows color (decimal): -16438693 or 5974533. OLE color: 5974533.

HSL color Cylindrical-coordinate representation of color #052A5B: hue angle of 214.19º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052A5B is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB54291-
CMYK0.950.5400.64
HSL214.19º89.58%18.82%-
HSV(B)214.19º94.51%35.69%-
XYZ2.782.4410.22-
YUV36.52158.74105.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.62%
GREEN value IS 42 (16.80% from 255) = 30.43%
BLUE value IS 91 (35.94% from 255) = 65.94%
R=3.62%
G=30.43%
B=65.94%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal542910.950.5400.64214.1989.5818.82
Hex52A5B5F36040d65a13
Octal55213313766010032613223
Binary101101010101101110111111101100100000011010110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,42,91); }

 H1.HeaderClassName
 {
   color: #052A5B;
 }
 .AnyTagClassName
 {
   color: #052A5B;
 }
</style>
background-color css

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

 a { background-color: rgb(5,42,91); }

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

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

 span { border-color: rgb(5,42,91); }

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