Html Css Color HEX #053568 Prussian Blue

📋 copy color: '#053568'

red 5 ◦ green 53 ◦ blue 104

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

Shades of Prussian Blue #053568

Tints of Prussian Blue #053568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 64.2%

R = 3.09%
G = 32.72%
B = 64.2%

CMYK

 C value IS 0.95

 M value IS 0.49

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#053568 (or 0x053568) is known color: Prussian Blue. HEX triplet: 05, 35 and 68. RGB value is (5,53,104). Sum of RGB (Red+Green+Blue) = 5+53+104=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 104 (41.02% from 255 or 64.20% from 162); Max value from RGB is 104 - color contains mainly: blue. Hex color #053568 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053568 is #FACA97. Grayscale: #2C2C2C. Windows color (decimal): -16435864 or 6829317. OLE color: 6829317.

HSL color Cylindrical-coordinate representation of color #053568: hue angle of 210.91º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053568 is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 53 104 -
CMYK 0.95 0.49 0 0.59
HSL 210.91º 0.91% 0.21% -
HSV(B) 210.91º 0.95% 0.41% -
XYZ 3.83 3.58 13.59 -
YUV 44.46 161.6 99.85 -
System Red Green Blue C M Y K H S L
Decimal 5 53 104 0.95 0.49 0 0.59 210.91 0.91 0.21
Hex 5 35 68 5F 31 0 3B D3 5B 15
Octal 5 65 150 137 61 0 73 323 133 25
Binary 101 110101 1101000 1011111 110001 0 111011 11010011 1011011 10101

Color Harmonies of #053568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053568

Black with #053568

Text Example


Text Example

White with #053568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053568; }

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

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

background-color css

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

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

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

border-color css

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

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

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