Html Css Color HEX #053D61 Prussian Blue

📋 copy color: '#053D61'

red 5 ◦ green 61 ◦ blue 97

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

Shades of Prussian Blue #053D61

Tints of Prussian Blue #053D61

RGB

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

 GREEN value IS 61 (24.22% from 255) = 37.42%

 BLUE value IS 97 (38.28% from 255) = 59.51%

R = 3.07%
G = 37.42%
B = 59.51%

CMYK

 C value IS 0.95

 M value IS 0.37

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#053D61 (or 0x053D61) is known color: Prussian Blue. HEX triplet: 05, 3D and 61. RGB value is (5,61,97). Sum of RGB (Red+Green+Blue) = 5+61+97=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 61 (24.22% from 255 or 37.42% from 163); Blue value is 97 (38.28% from 255 or 59.51% from 163); Max value from RGB is 97 - color contains mainly: blue. Hex color #053D61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053D61 is #FAC29E. Grayscale: #303030. Windows color (decimal): -16433823 or 6372613. OLE color: 6372613.

HSL color Cylindrical-coordinate representation of color #053D61: hue angle of 203.48º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053D61 is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 61 97 -
CMYK 0.95 0.37 0 0.62
HSL 203.48º 0.9% 0.2% -
HSV(B) 203.48º 0.95% 0.38% -
XYZ 3.89 4.23 11.92 -
YUV 48.36 155.45 97.07 -
System Red Green Blue C M Y K H S L
Decimal 5 61 97 0.95 0.37 0 0.62 203.48 0.9 0.2
Hex 5 3D 61 5F 25 0 3E CB 5A 14
Octal 5 75 141 137 45 0 76 313 132 24
Binary 101 111101 1100001 1011111 100101 0 111110 11001011 1011010 10100

Color Harmonies of #053D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053D61

Black with #053D61

Text Example


Text Example

White with #053D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053D61; }

 p { color: rgb(5,61,97); }

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

background-color css

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

 a { background-color: rgb(5,61,97); }

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

border-color css

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

 span { border-color: rgb(5,61,97); }

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