Html Css Color HEX #053467 Prussian Blue

📋 copy color: '#053467'

red 5 ◦ green 52 ◦ blue 103

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

Shades of Prussian Blue #053467

Tints of Prussian Blue #053467

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.5%

 BLUE value IS 103 (40.63% from 255) = 64.38%

R = 3.13%
G = 32.5%
B = 64.38%

CMYK

 C value IS 0.95

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#053467 (or 0x053467) is known color: Prussian Blue. HEX triplet: 05, 34 and 67. RGB value is (5,52,103). Sum of RGB (Red+Green+Blue) = 5+52+103=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 103 (40.62% from 255 or 64.38% from 160); Max value from RGB is 103 - color contains mainly: blue. Hex color #053467 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053467 is #FACB98. Grayscale: #2B2B2B. Windows color (decimal): -16436121 or 6763525. OLE color: 6763525.

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

Color convert

RGB 5 52 103 -
CMYK 0.95 0.50 0 0.60
HSL 211.22º 0.91% 0.21% -
HSV(B) 211.22º 0.95% 0.4% -
XYZ 3.74 3.47 13.3 -
YUV 43.76 161.43 100.35 -
System Red Green Blue C M Y K H S L
Decimal 5 52 103 0.95 0.50 0 0.60 211.22 0.91 0.21
Hex 5 34 67 5F 32 0 3C D3 5B 15
Octal 5 64 147 137 62 0 74 323 133 25
Binary 101 110100 1100111 1011111 110010 0 111100 11010011 1011011 10101

Color Harmonies of #053467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053467

Black with #053467

Text Example


Text Example

White with #053467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053467; }

 p { color: rgb(5,52,103); }

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

background-color css

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

 a { background-color: rgb(5,52,103); }

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

border-color css

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

 span { border-color: rgb(5,52,103); }

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