Html Css Color HEX #053863 Prussian Blue

📋 copy color: '#053863'

red 5 ◦ green 56 ◦ blue 99

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

Shades of Prussian Blue #053863

Tints of Prussian Blue #053863

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35%

 BLUE value IS 99 (39.06% from 255) = 61.88%

R = 3.13%
G = 35%
B = 61.88%

CMYK

 C value IS 0.95

 M value IS 0.43

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#053863 (or 0x053863) is known color: Prussian Blue. HEX triplet: 05, 38 and 63. RGB value is (5,56,99). Sum of RGB (Red+Green+Blue) = 5+56+99=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 99 (39.06% from 255 or 61.88% from 160); Max value from RGB is 99 - color contains mainly: blue. Hex color #053863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053863 is #FAC79C. Grayscale: #2D2D2D. Windows color (decimal): -16435101 or 6502405. OLE color: 6502405.

HSL color Cylindrical-coordinate representation of color #053863: hue angle of 207.45º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053863 is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 5 56 99 -
CMYK 0.95 0.43 0 0.61
HSL 207.45º 0.9% 0.2% -
HSV(B) 207.45º 0.95% 0.39% -
XYZ 3.73 3.76 12.33 -
YUV 45.65 158.1 99 -
System Red Green Blue C M Y K H S L
Decimal 5 56 99 0.95 0.43 0 0.61 207.45 0.9 0.2
Hex 5 38 63 5F 2B 0 3D CF 5A 14
Octal 5 70 143 137 53 0 75 317 132 24
Binary 101 111000 1100011 1011111 101011 0 111101 11001111 1011010 10100

Color Harmonies of #053863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053863

Black with #053863

Text Example


Text Example

White with #053863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053863; }

 p { color: rgb(5,56,99); }

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

background-color css

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

 a { background-color: rgb(5,56,99); }

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

border-color css

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

 span { border-color: rgb(5,56,99); }

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