Html Css Color HEX #053250 Prussian Blue

📋 copy color: '#053250'

red 5 ◦ green 50 ◦ blue 80

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

Shades of Prussian Blue #053250

Tints of Prussian Blue #053250

RGB

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

 GREEN value IS 50 (19.92% from 255) = 37.04%

 BLUE value IS 80 (31.64% from 255) = 59.26%

R = 3.7%
G = 37.04%
B = 59.26%

CMYK

 C value IS 0.94

 M value IS 0.37

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#053250 (or 0x053250) is known color: Prussian Blue. HEX triplet: 05, 32 and 50. RGB value is (5,50,80). Sum of RGB (Red+Green+Blue) = 5+50+80=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 50 (19.92% from 255 or 37.04% from 135); Blue value is 80 (31.64% from 255 or 59.26% from 135); Max value from RGB is 80 - color contains mainly: blue. Hex color #053250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053250 is #FACDAF. Grayscale: #272727. Windows color (decimal): -16436656 or 5255685. OLE color: 5255685.

HSL color Cylindrical-coordinate representation of color #053250: hue angle of 204º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053250 is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 5 50 80 -
CMYK 0.94 0.37 0 0.69
HSL 204º 0.88% 0.17% -
HSV(B) 204º 0.94% 0.31% -
XYZ 2.65 2.89 8.01 -
YUV 39.97 150.59 103.06 -
System Red Green Blue C M Y K H S L
Decimal 5 50 80 0.94 0.37 0 0.69 204 0.88 0.17
Hex 5 32 50 5E 25 0 45 CC 58 11
Octal 5 62 120 136 45 0 105 314 130 21
Binary 101 110010 1010000 1011110 100101 0 1000101 11001100 1011000 10001

Color Harmonies of #053250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053250

Black with #053250

Text Example


Text Example

White with #053250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053250; }

 p { color: rgb(5,50,80); }

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

background-color css

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

 a { background-color: rgb(5,50,80); }

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

border-color css

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

 span { border-color: rgb(5,50,80); }

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