Html Css Color HEX #053670 Prussian Blue

📋 copy color: '#053670'

red 5 ◦ green 54 ◦ blue 112

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

Shades of Prussian Blue #053670

Tints of Prussian Blue #053670

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.58%

 BLUE value IS 112 (44.14% from 255) = 65.5%

R = 2.92%
G = 31.58%
B = 65.5%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#053670 (or 0x053670) is known color: Prussian Blue. HEX triplet: 05, 36 and 70. RGB value is (5,54,112). Sum of RGB (Red+Green+Blue) = 5+54+112=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 54 (21.48% from 255 or 31.58% from 171); Blue value is 112 (44.14% from 255 or 65.50% from 171); Max value from RGB is 112 - color contains mainly: blue. Hex color #053670 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053670 is #FAC98F. Grayscale: #2D2D2D. Windows color (decimal): -16435600 or 7353861. OLE color: 7353861.

HSL color Cylindrical-coordinate representation of color #053670: hue angle of 212.52º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053670 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 54 112 -
CMYK 0.96 0.52 0 0.56
HSL 212.52º 0.91% 0.23% -
HSV(B) 212.52º 0.96% 0.44% -
XYZ 4.31 3.84 15.84 -
YUV 45.96 165.27 98.78 -
System Red Green Blue C M Y K H S L
Decimal 5 54 112 0.96 0.52 0 0.56 212.52 0.91 0.23
Hex 5 36 70 60 34 0 38 D5 5B 17
Octal 5 66 160 140 64 0 70 325 133 27
Binary 101 110110 1110000 1100000 110100 0 111000 11010101 1011011 10111

Color Harmonies of #053670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053670

Black with #053670

Text Example


Text Example

White with #053670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053670; }

 p { color: rgb(5,54,112); }

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

background-color css

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

 a { background-color: rgb(5,54,112); }

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

border-color css

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

 span { border-color: rgb(5,54,112); }

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