Html Css Color HEX #053C6C Prussian Blue

📋 copy color: '#053C6C'

red 5 ◦ green 60 ◦ blue 108

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

Shades of Prussian Blue #053C6C

Tints of Prussian Blue #053C6C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 34.68%

 BLUE value IS 108 (42.58% from 255) = 62.43%

R = 2.89%
G = 34.68%
B = 62.43%

CMYK

 C value IS 0.95

 M value IS 0.44

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#053C6C (or 0x053C6C) is known color: Prussian Blue. HEX triplet: 05, 3C and 6C. RGB value is (5,60,108). Sum of RGB (Red+Green+Blue) = 5+60+108=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 108 (42.58% from 255 or 62.43% from 173); Max value from RGB is 108 - color contains mainly: blue. Hex color #053C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053C6C is #FAC393. Grayscale: #303030. Windows color (decimal): -16434068 or 7093253. OLE color: 7093253.

HSL color Cylindrical-coordinate representation of color #053C6C: hue angle of 207.96º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053C6C is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 60 108 -
CMYK 0.95 0.44 0 0.58
HSL 207.96º 0.91% 0.22% -
HSV(B) 207.96º 0.95% 0.42% -
XYZ 4.39 4.35 14.8 -
YUV 49.03 161.28 96.6 -
System Red Green Blue C M Y K H S L
Decimal 5 60 108 0.95 0.44 0 0.58 207.96 0.91 0.22
Hex 5 3C 6C 5F 2C 0 3A D0 5B 16
Octal 5 74 154 137 54 0 72 320 133 26
Binary 101 111100 1101100 1011111 101100 0 111010 11010000 1011011 10110

Color Harmonies of #053C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053C6C

Black with #053C6C

Text Example


Text Example

White with #053C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053C6C; }

 p { color: rgb(5,60,108); }

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

background-color css

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

 a { background-color: rgb(5,60,108); }

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

border-color css

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

 span { border-color: rgb(5,60,108); }

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