Html Css Color HEX #053375 Prussian Blue

📋 copy color: '#053375'

red 5 ◦ green 51 ◦ blue 117

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

Shades of Prussian Blue #053375

Tints of Prussian Blue #053375

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.48%

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

R = 2.89%
G = 29.48%
B = 67.63%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#053375 (or 0x053375) is known color: Prussian Blue. HEX triplet: 05, 33 and 75. RGB value is (5,51,117). Sum of RGB (Red+Green+Blue) = 5+51+117=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 117 (46.09% from 255 or 67.63% from 173); Max value from RGB is 117 - color contains mainly: blue. Hex color #053375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053375 is #FACC8A. Grayscale: #2C2C2C. Windows color (decimal): -16436363 or 7680773. OLE color: 7680773.

HSL color Cylindrical-coordinate representation of color #053375: hue angle of 215.36º 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 #053375 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 51 117 -
CMYK 0.96 0.56 0 0.54
HSL 215.36º 0.92% 0.24% -
HSV(B) 215.36º 0.96% 0.46% -
XYZ 4.46 3.68 17.31 -
YUV 44.77 168.76 99.63 -
System Red Green Blue C M Y K H S L
Decimal 5 51 117 0.96 0.56 0 0.54 215.36 0.92 0.24
Hex 5 33 75 60 38 0 36 D7 5C 18
Octal 5 63 165 140 70 0 66 327 134 30
Binary 101 110011 1110101 1100000 111000 0 110110 11010111 1011100 11000

Color Harmonies of #053375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053375

Black with #053375

Text Example


Text Example

White with #053375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053375; }

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

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

background-color css

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

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

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

border-color css

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

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

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