Html Css Color HEX #053952 Prussian Blue

📋 copy color: '#053952'

red 5 ◦ green 57 ◦ blue 82

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

Shades of Prussian Blue #053952

Tints of Prussian Blue #053952

RGB

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

 GREEN value IS 57 (22.66% from 255) = 39.58%

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

R = 3.47%
G = 39.58%
B = 56.94%

CMYK

 C value IS 0.94

 M value IS 0.30

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#053952 (or 0x053952) is known color: Prussian Blue. HEX triplet: 05, 39 and 52. RGB value is (5,57,82). Sum of RGB (Red+Green+Blue) = 5+57+82=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 57 (22.66% from 255 or 39.58% from 144); Blue value is 82 (32.42% from 255 or 56.94% from 144); Max value from RGB is 82 - color contains mainly: blue. Hex color #053952 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053952 is #FAC6AD. Grayscale: #2C2C2C. Windows color (decimal): -16434862 or 5388549. OLE color: 5388549.

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

Color convert

RGB 5 57 82 -
CMYK 0.94 0.30 0 0.68
HSL 199.48º 0.89% 0.17% -
HSV(B) 199.48º 0.94% 0.32% -
XYZ 3.05 3.57 8.51 -
YUV 44.3 149.27 99.97 -
System Red Green Blue C M Y K H S L
Decimal 5 57 82 0.94 0.30 0 0.68 199.48 0.89 0.17
Hex 5 39 52 5E 1E 0 44 C7 59 11
Octal 5 71 122 136 36 0 104 307 131 21
Binary 101 111001 1010010 1011110 11110 0 1000100 11000111 1011001 10001

Color Harmonies of #053952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053952

Black with #053952

Text Example


Text Example

White with #053952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053952; }

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

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

background-color css

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

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

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

border-color css

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

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

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