Html Css Color HEX #053575 Prussian Blue

📋 copy color: '#053575'

red 5 ◦ green 53 ◦ blue 117

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

Shades of Prussian Blue #053575

Tints of Prussian Blue #053575

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.29%

 BLUE value IS 117 (46.09% from 255) = 66.86%

R = 2.86%
G = 30.29%
B = 66.86%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#053575 (or 0x053575) is known color: Prussian Blue. HEX triplet: 05, 35 and 75. RGB value is (5,53,117). Sum of RGB (Red+Green+Blue) = 5+53+117=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 53 (21.09% from 255 or 30.29% from 175); Blue value is 117 (46.09% from 255 or 66.86% from 175); Max value from RGB is 117 - color contains mainly: blue. Hex color #053575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053575 is #FACA8A. Grayscale: #2D2D2D. Windows color (decimal): -16435851 or 7681285. OLE color: 7681285.

HSL color Cylindrical-coordinate representation of color #053575: hue angle of 214.29º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053575 is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 53 117 -
CMYK 0.96 0.55 0 0.54
HSL 214.29º 0.92% 0.24% -
HSV(B) 214.29º 0.96% 0.46% -
XYZ 4.55 3.86 17.34 -
YUV 45.94 168.1 98.8 -
System Red Green Blue C M Y K H S L
Decimal 5 53 117 0.96 0.55 0 0.54 214.29 0.92 0.24
Hex 5 35 75 60 37 0 36 D6 5C 18
Octal 5 65 165 140 67 0 66 326 134 30
Binary 101 110101 1110101 1100000 110111 0 110110 11010110 1011100 11000

Color Harmonies of #053575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053575

Black with #053575

Text Example


Text Example

White with #053575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053575; }

 p { color: rgb(5,53,117); }

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

background-color css

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

 a { background-color: rgb(5,53,117); }

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

border-color css

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

 span { border-color: rgb(5,53,117); }

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