Html Css Color HEX #053353 Prussian Blue

📋 copy color: '#053353'

red 5 ◦ green 51 ◦ blue 83

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

Shades of Prussian Blue #053353

Tints of Prussian Blue #053353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 59.71%

R = 3.6%
G = 36.69%
B = 59.71%

CMYK

 C value IS 0.94

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#053353 (or 0x053353) is known color: Prussian Blue. HEX triplet: 05, 33 and 53. RGB value is (5,51,83). Sum of RGB (Red+Green+Blue) = 5+51+83=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 83 (32.81% from 255 or 59.71% from 139); Max value from RGB is 83 - color contains mainly: blue. Hex color #053353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053353 is #FACCAC. Grayscale: #282828. Windows color (decimal): -16436397 or 5452549. OLE color: 5452549.

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

Color convert

RGB 5 51 83 -
CMYK 0.94 0.39 0 0.67
HSL 204.62º 0.89% 0.17% -
HSV(B) 204.62º 0.94% 0.33% -
XYZ 2.81 3.02 8.62 -
YUV 40.89 151.76 102.4 -
System Red Green Blue C M Y K H S L
Decimal 5 51 83 0.94 0.39 0 0.67 204.62 0.89 0.17
Hex 5 33 53 5E 27 0 43 CD 59 11
Octal 5 63 123 136 47 0 103 315 131 21
Binary 101 110011 1010011 1011110 100111 0 1000011 11001101 1011001 10001

Color Harmonies of #053353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053353

Black with #053353

Text Example


Text Example

White with #053353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053353; }

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

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

background-color css

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

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

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

border-color css

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

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

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