Html Css Color HEX #053155 Prussian Blue

📋 copy color: '#053155'

red 5 ◦ green 49 ◦ blue 85

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

Shades of Prussian Blue #053155

Tints of Prussian Blue #053155

RGB

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

 GREEN value IS 49 (19.53% from 255) = 35.25%

 BLUE value IS 85 (33.59% from 255) = 61.15%

R = 3.6%
G = 35.25%
B = 61.15%

CMYK

 C value IS 0.94

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#053155 (or 0x053155) is known color: Prussian Blue. HEX triplet: 05, 31 and 55. RGB value is (5,49,85). Sum of RGB (Red+Green+Blue) = 5+49+85=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 85 (33.59% from 255 or 61.15% from 139); Max value from RGB is 85 - color contains mainly: blue. Hex color #053155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053155 is #FACEAA. Grayscale: #272727. Windows color (decimal): -16436907 or 5583109. OLE color: 5583109.

HSL color Cylindrical-coordinate representation of color #053155: hue angle of 207º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053155 is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 5 49 85 -
CMYK 0.94 0.42 0 0.67
HSL 207º 0.89% 0.18% -
HSV(B) 207º 0.94% 0.33% -
XYZ 2.8 2.88 9 -
YUV 39.95 153.42 103.07 -
System Red Green Blue C M Y K H S L
Decimal 5 49 85 0.94 0.42 0 0.67 207 0.89 0.18
Hex 5 31 55 5E 2A 0 43 CF 59 12
Octal 5 61 125 136 52 0 103 317 131 22
Binary 101 110001 1010101 1011110 101010 0 1000011 11001111 1011001 10010

Color Harmonies of #053155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053155

Black with #053155

Text Example


Text Example

White with #053155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053155; }

 p { color: rgb(5,49,85); }

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

background-color css

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

 a { background-color: rgb(5,49,85); }

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

border-color css

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

 span { border-color: rgb(5,49,85); }

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