Html Css Color HEX #053764 Prussian Blue

📋 copy color: '#053764'

red 5 ◦ green 55 ◦ blue 100

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

Shades of Prussian Blue #053764

Tints of Prussian Blue #053764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 62.5%

R = 3.13%
G = 34.38%
B = 62.5%

CMYK

 C value IS 0.95

 M value IS 0.45

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#053764 (or 0x053764) is known color: Prussian Blue. HEX triplet: 05, 37 and 64. RGB value is (5,55,100). Sum of RGB (Red+Green+Blue) = 5+55+100=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 100 (39.45% from 255 or 62.5% from 160); Max value from RGB is 100 - color contains mainly: blue. Hex color #053764 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053764 is #FAC89B. Grayscale: #2C2C2C. Windows color (decimal): -16435356 or 6567685. OLE color: 6567685.

HSL color Cylindrical-coordinate representation of color #053764: hue angle of 208.42º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053764 is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 5 55 100 -
CMYK 0.95 0.45 0 0.61
HSL 208.42º 0.9% 0.21% -
HSV(B) 208.42º 0.95% 0.39% -
XYZ 3.73 3.68 12.57 -
YUV 45.18 158.94 99.34 -
System Red Green Blue C M Y K H S L
Decimal 5 55 100 0.95 0.45 0 0.61 208.42 0.9 0.21
Hex 5 37 64 5F 2D 0 3D D0 5A 15
Octal 5 67 144 137 55 0 75 320 132 25
Binary 101 110111 1100100 1011111 101101 0 111101 11010000 1011010 10101

Color Harmonies of #053764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053764

Black with #053764

Text Example


Text Example

White with #053764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053764; }

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

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

background-color css

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

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

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

border-color css

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

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

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