Html Css Color HEX #053852 Prussian Blue

📋 copy color: '#053852'

red 5 ◦ green 56 ◦ blue 82

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

Shades of Prussian Blue #053852

Tints of Prussian Blue #053852

RGB

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

 GREEN value IS 56 (22.27% from 255) = 39.16%

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

R = 3.5%
G = 39.16%
B = 57.34%

CMYK

 C value IS 0.94

 M value IS 0.32

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#053852 (or 0x053852) is known color: Prussian Blue. HEX triplet: 05, 38 and 52. RGB value is (5,56,82). Sum of RGB (Red+Green+Blue) = 5+56+82=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 56 (22.27% from 255 or 39.16% from 143); Blue value is 82 (32.42% from 255 or 57.34% from 143); Max value from RGB is 82 - color contains mainly: blue. Hex color #053852 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053852 is #FAC7AD. Grayscale: #2B2B2B. Windows color (decimal): -16435118 or 5388293. OLE color: 5388293.

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

Color convert

RGB 5 56 82 -
CMYK 0.94 0.32 0 0.68
HSL 200.26º 0.89% 0.17% -
HSV(B) 200.26º 0.94% 0.32% -
XYZ 3 3.47 8.49 -
YUV 43.72 149.6 100.39 -
System Red Green Blue C M Y K H S L
Decimal 5 56 82 0.94 0.32 0 0.68 200.26 0.89 0.17
Hex 5 38 52 5E 20 0 44 C8 59 11
Octal 5 70 122 136 40 0 104 310 131 21
Binary 101 111000 1010010 1011110 100000 0 1000100 11001000 1011001 10001

Color Harmonies of #053852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053852

Black with #053852

Text Example


Text Example

White with #053852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053852; }

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

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

background-color css

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

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

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

border-color css

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

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

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