Html Css Color HEX #053053 Prussian Blue

📋 copy color: '#053053'

red 5 ◦ green 48 ◦ blue 83

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

Shades of Prussian Blue #053053

Tints of Prussian Blue #053053

RGB

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

 GREEN value IS 48 (19.14% from 255) = 35.29%

 BLUE value IS 83 (32.81% from 255) = 61.03%

R = 3.68%
G = 35.29%
B = 61.03%

CMYK

 C value IS 0.94

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#053053 (or 0x053053) is known color: Prussian Blue. HEX triplet: 05, 30 and 53. RGB value is (5,48,83). Sum of RGB (Red+Green+Blue) = 5+48+83=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 83 (32.81% from 255 or 61.03% from 136); Max value from RGB is 83 - color contains mainly: blue. Hex color #053053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053053 is #FACFAC. Grayscale: #262626. Windows color (decimal): -16437165 or 5451781. OLE color: 5451781.

HSL color Cylindrical-coordinate representation of color #053053: hue angle of 206.92º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053053 is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 5 48 83 -
CMYK 0.94 0.42 0 0.67
HSL 206.92º 0.89% 0.17% -
HSV(B) 206.92º 0.94% 0.33% -
XYZ 2.68 2.77 8.58 -
YUV 39.13 152.75 103.65 -
System Red Green Blue C M Y K H S L
Decimal 5 48 83 0.94 0.42 0 0.67 206.92 0.89 0.17
Hex 5 30 53 5E 2A 0 43 CF 59 11
Octal 5 60 123 136 52 0 103 317 131 21
Binary 101 110000 1010011 1011110 101010 0 1000011 11001111 1011001 10001

Color Harmonies of #053053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053053

Black with #053053

Text Example


Text Example

White with #053053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053053; }

 p { color: rgb(5,48,83); }

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

background-color css

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

 a { background-color: rgb(5,48,83); }

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

border-color css

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

 span { border-color: rgb(5,48,83); }

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