Html Css Color HEX #053751 Prussian Blue

📋 copy color: '#053751'

red 5 ◦ green 55 ◦ blue 81

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

Shades of Prussian Blue #053751

Tints of Prussian Blue #053751

RGB

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

 GREEN value IS 55 (21.88% from 255) = 39.01%

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

R = 3.55%
G = 39.01%
B = 57.45%

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

#053751 (or 0x053751) is known color: Prussian Blue. HEX triplet: 05, 37 and 51. RGB value is (5,55,81). Sum of RGB (Red+Green+Blue) = 5+55+81=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 55 (21.88% from 255 or 39.01% from 141); Blue value is 81 (32.03% from 255 or 57.45% from 141); Max value from RGB is 81 - color contains mainly: blue. Hex color #053751 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053751 is #FAC8AE. Grayscale: #2A2A2A. Windows color (decimal): -16435375 or 5322501. OLE color: 5322501.

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

Color convert

RGB 5 55 81 -
CMYK 0.94 0.32 0 0.68
HSL 200.53º 0.88% 0.17% -
HSV(B) 200.53º 0.94% 0.32% -
XYZ 2.91 3.36 8.28 -
YUV 43.01 149.44 100.89 -
System Red Green Blue C M Y K H S L
Decimal 5 55 81 0.94 0.32 0 0.68 200.53 0.88 0.17
Hex 5 37 51 5E 20 0 44 C9 58 11
Octal 5 67 121 136 40 0 104 311 130 21
Binary 101 110111 1010001 1011110 100000 0 1000100 11001001 1011000 10001

Color Harmonies of #053751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053751

Black with #053751

Text Example


Text Example

White with #053751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053751; }

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

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

background-color css

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

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

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

border-color css

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

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

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