Html Css Color HEX #052957 Prussian Blue

📋 copy color: '#052957'

red 5 ◦ green 41 ◦ blue 87

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

Shades of Prussian Blue #052957

Tints of Prussian Blue #052957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 65.41%

R = 3.76%
G = 30.83%
B = 65.41%

CMYK

 C value IS 0.94

 M value IS 0.53

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#052957 (or 0x052957) is known color: Prussian Blue. HEX triplet: 05, 29 and 57. RGB value is (5,41,87). Sum of RGB (Red+Green+Blue) = 5+41+87=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 87 (34.38% from 255 or 65.41% from 133); Max value from RGB is 87 - color contains mainly: blue. Hex color #052957 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052957 is #FAD6A8. Grayscale: #232323. Windows color (decimal): -16438953 or 5712133. OLE color: 5712133.

HSL color Cylindrical-coordinate representation of color #052957: hue angle of 213.66º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052957 is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 5 41 87 -
CMYK 0.94 0.53 0 0.66
HSL 213.66º 0.89% 0.18% -
HSV(B) 213.66º 0.94% 0.34% -
XYZ 2.58 2.31 9.33 -
YUV 35.48 157.07 106.26 -
System Red Green Blue C M Y K H S L
Decimal 5 41 87 0.94 0.53 0 0.66 213.66 0.89 0.18
Hex 5 29 57 5E 35 0 42 D6 59 12
Octal 5 51 127 136 65 0 102 326 131 22
Binary 101 101001 1010111 1011110 110101 0 1000010 11010110 1011001 10010

Color Harmonies of #052957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052957

Black with #052957

Text Example


Text Example

White with #052957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052957; }

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

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

background-color css

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

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

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

border-color css

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

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

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