Html Css Color HEX #053864 Prussian Blue

📋 copy color: '#053864'

red 5 ◦ green 56 ◦ blue 100

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

Shades of Prussian Blue #053864

Tints of Prussian Blue #053864

RGB

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

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

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

R = 3.11%
G = 34.78%
B = 62.11%

CMYK

 C value IS 0.95

 M value IS 0.44

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#053864 (or 0x053864) is known color: Prussian Blue. HEX triplet: 05, 38 and 64. RGB value is (5,56,100). Sum of RGB (Red+Green+Blue) = 5+56+100=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 100 (39.45% from 255 or 62.11% from 161); Max value from RGB is 100 - color contains mainly: blue. Hex color #053864 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053864 is #FAC79B. Grayscale: #2D2D2D. Windows color (decimal): -16435100 or 6567941. OLE color: 6567941.

HSL color Cylindrical-coordinate representation of color #053864: hue angle of 207.79º 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 #053864 is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 5 56 100 -
CMYK 0.95 0.44 0 0.61
HSL 207.79º 0.9% 0.21% -
HSV(B) 207.79º 0.95% 0.39% -
XYZ 3.78 3.78 12.59 -
YUV 45.77 158.6 98.92 -
System Red Green Blue C M Y K H S L
Decimal 5 56 100 0.95 0.44 0 0.61 207.79 0.9 0.21
Hex 5 38 64 5F 2C 0 3D D0 5A 15
Octal 5 70 144 137 54 0 75 320 132 25
Binary 101 111000 1100100 1011111 101100 0 111101 11010000 1011010 10101

Color Harmonies of #053864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053864

Black with #053864

Text Example


Text Example

White with #053864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053864; }

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

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

background-color css

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

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

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

border-color css

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

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

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