Html Css Color HEX #053565 Prussian Blue

📋 copy color: '#053565'

red 5 ◦ green 53 ◦ blue 101

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

Shades of Prussian Blue #053565

Tints of Prussian Blue #053565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 63.52%

R = 3.14%
G = 33.33%
B = 63.52%

CMYK

 C value IS 0.95

 M value IS 0.48

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#053565 (or 0x053565) is known color: Prussian Blue. HEX triplet: 05, 35 and 65. RGB value is (5,53,101). Sum of RGB (Red+Green+Blue) = 5+53+101=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 53 (21.09% from 255 or 33.33% from 159); Blue value is 101 (39.84% from 255 or 63.52% from 159); Max value from RGB is 101 - color contains mainly: blue. Hex color #053565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053565 is #FACA9A. Grayscale: #2B2B2B. Windows color (decimal): -16435867 or 6632709. OLE color: 6632709.

HSL color Cylindrical-coordinate representation of color #053565: hue angle of 210º 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 #053565 is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 5 53 101 -
CMYK 0.95 0.48 0 0.60
HSL 210º 0.91% 0.21% -
HSV(B) 210º 0.95% 0.4% -
XYZ 3.68 3.52 12.8 -
YUV 44.12 160.1 100.1 -
System Red Green Blue C M Y K H S L
Decimal 5 53 101 0.95 0.48 0 0.60 210 0.91 0.21
Hex 5 35 65 5F 30 0 3C D2 5B 15
Octal 5 65 145 137 60 0 74 322 133 25
Binary 101 110101 1100101 1011111 110000 0 111100 11010010 1011011 10101

Color Harmonies of #053565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053565

Black with #053565

Text Example


Text Example

White with #053565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053565; }

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

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

background-color css

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

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

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

border-color css

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

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

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