Html Css Color HEX #053856 Prussian Blue

📋 copy color: '#053856'

red 5 ◦ green 56 ◦ blue 86

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

Shades of Prussian Blue #053856

Tints of Prussian Blue #053856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 58.5%

R = 3.4%
G = 38.1%
B = 58.5%

CMYK

 C value IS 0.94

 M value IS 0.35

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#053856 (or 0x053856) is known color: Prussian Blue. HEX triplet: 05, 38 and 56. RGB value is (5,56,86). Sum of RGB (Red+Green+Blue) = 5+56+86=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 56 (22.27% from 255 or 38.10% from 147); Blue value is 86 (33.98% from 255 or 58.50% from 147); Max value from RGB is 86 - color contains mainly: blue. Hex color #053856 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053856 is #FAC7A9. Grayscale: #2C2C2C. Windows color (decimal): -16435114 or 5650437. OLE color: 5650437.

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

Color convert

RGB 5 56 86 -
CMYK 0.94 0.35 0 0.66
HSL 202.22º 0.89% 0.18% -
HSV(B) 202.22º 0.94% 0.34% -
XYZ 3.16 3.53 9.32 -
YUV 44.17 151.6 100.06 -
System Red Green Blue C M Y K H S L
Decimal 5 56 86 0.94 0.35 0 0.66 202.22 0.89 0.18
Hex 5 38 56 5E 23 0 42 CA 59 12
Octal 5 70 126 136 43 0 102 312 131 22
Binary 101 111000 1010110 1011110 100011 0 1000010 11001010 1011001 10010

Color Harmonies of #053856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053856

Black with #053856

Text Example


Text Example

White with #053856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053856; }

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

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

background-color css

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

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

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

border-color css

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

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

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