Html Css Color HEX #053669 Prussian Blue

📋 copy color: '#053669'

red 5 ◦ green 54 ◦ blue 105

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

Shades of Prussian Blue #053669

Tints of Prussian Blue #053669

RGB

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

 GREEN value IS 54 (21.48% from 255) = 32.93%

 BLUE value IS 105 (41.41% from 255) = 64.02%

R = 3.05%
G = 32.93%
B = 64.02%

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

#053669 (or 0x053669) is known color: Prussian Blue. HEX triplet: 05, 36 and 69. RGB value is (5,54,105). Sum of RGB (Red+Green+Blue) = 5+54+105=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 105 (41.41% from 255 or 64.02% from 164); Max value from RGB is 105 - color contains mainly: blue. Hex color #053669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053669 is #FAC996. Grayscale: #2C2C2C. Windows color (decimal): -16435607 or 6895109. OLE color: 6895109.

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

Color convert

RGB 5 54 105 -
CMYK 0.95 0.49 0 0.59
HSL 210.6º 0.91% 0.22% -
HSV(B) 210.6º 0.95% 0.41% -
XYZ 3.93 3.69 13.87 -
YUV 45.16 161.77 99.35 -
System Red Green Blue C M Y K H S L
Decimal 5 54 105 0.95 0.49 0 0.59 210.6 0.91 0.22
Hex 5 36 69 5F 31 0 3B D3 5B 16
Octal 5 66 151 137 61 0 73 323 133 26
Binary 101 110110 1101001 1011111 110001 0 111011 11010011 1011011 10110

Color Harmonies of #053669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053669

Black with #053669

Text Example


Text Example

White with #053669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053669; }

 p { color: rgb(5,54,105); }

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

background-color css

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

 a { background-color: rgb(5,54,105); }

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

border-color css

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

 span { border-color: rgb(5,54,105); }

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