Html Css Color HEX #053547 Blue Whale

📋 copy color: '#053547'

red 5 ◦ green 53 ◦ blue 71

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

Shades of Blue Whale #053547

Tints of Blue Whale #053547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 55.04%

R = 3.88%
G = 41.09%
B = 55.04%

CMYK

 C value IS 0.93

 M value IS 0.25

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#053547 (or 0x053547) is known color: Blue Whale. HEX triplet: 05, 35 and 47. RGB value is (5,53,71). Sum of RGB (Red+Green+Blue) = 5+53+71=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 53 (21.09% from 255 or 41.09% from 129); Blue value is 71 (28.12% from 255 or 55.04% from 129); Max value from RGB is 71 - color contains mainly: blue. Hex color #053547 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053547 is #FACAB8. Grayscale: #282828. Windows color (decimal): -16435897 or 4666629. OLE color: 4666629.

HSL color Cylindrical-coordinate representation of color #053547: hue angle of 196.36º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #053547 is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 5 53 71 -
CMYK 0.93 0.25 0 0.72
HSL 196.36º 0.87% 0.15% -
HSV(B) 196.36º 0.93% 0.28% -
XYZ 2.47 3.03 6.42 -
YUV 40.7 145.1 102.54 -
System Red Green Blue C M Y K H S L
Decimal 5 53 71 0.93 0.25 0 0.72 196.36 0.87 0.15
Hex 5 35 47 5D 19 0 48 C4 57 F
Octal 5 65 107 135 31 0 110 304 127 17
Binary 101 110101 1000111 1011101 11001 0 1001000 11000100 1010111 1111

Color Harmonies of #053547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053547

Black with #053547

Text Example


Text Example

White with #053547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053547; }

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

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

background-color css

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

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

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

border-color css

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

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

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