Html Css Color HEX #053851 Prussian Blue

📋 copy color: '#053851'

red 5 ◦ green 56 ◦ blue 81

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

Shades of Prussian Blue #053851

Tints of Prussian Blue #053851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 57.04%

R = 3.52%
G = 39.44%
B = 57.04%

CMYK

 C value IS 0.94

 M value IS 0.31

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#053851 (or 0x053851) is known color: Prussian Blue. HEX triplet: 05, 38 and 51. RGB value is (5,56,81). Sum of RGB (Red+Green+Blue) = 5+56+81=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 81 (32.03% from 255 or 57.04% from 142); Max value from RGB is 81 - color contains mainly: blue. Hex color #053851 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053851 is #FAC7AE. Grayscale: #2B2B2B. Windows color (decimal): -16435119 or 5322757. OLE color: 5322757.

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

Color convert

RGB 5 56 81 -
CMYK 0.94 0.31 0 0.68
HSL 199.74º 0.88% 0.17% -
HSV(B) 199.74º 0.94% 0.32% -
XYZ 2.96 3.45 8.3 -
YUV 43.6 149.1 100.47 -
System Red Green Blue C M Y K H S L
Decimal 5 56 81 0.94 0.31 0 0.68 199.74 0.88 0.17
Hex 5 38 51 5E 1F 0 44 C8 58 11
Octal 5 70 121 136 37 0 104 310 130 21
Binary 101 111000 1010001 1011110 11111 0 1000100 11001000 1011000 10001

Color Harmonies of #053851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053851

Black with #053851

Text Example


Text Example

White with #053851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053851; }

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

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

background-color css

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

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

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

border-color css

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

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

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