Html Css Color HEX #053447 Blue Whale

📋 copy color: '#053447'

red 5 ◦ green 52 ◦ blue 71

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

Shades of Blue Whale #053447

Tints of Blue Whale #053447

RGB

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

 GREEN value IS 52 (20.7% from 255) = 40.63%

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

R = 3.91%
G = 40.63%
B = 55.47%

CMYK

 C value IS 0.93

 M value IS 0.27

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#053447 (or 0x053447) is known color: Blue Whale. HEX triplet: 05, 34 and 47. RGB value is (5,52,71). Sum of RGB (Red+Green+Blue) = 5+52+71=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 52 (20.70% from 255 or 40.62% from 128); Blue value is 71 (28.12% from 255 or 55.47% from 128); Max value from RGB is 71 - color contains mainly: blue. Hex color #053447 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053447 is #FACBB8. Grayscale: #272727. Windows color (decimal): -16436153 or 4666373. OLE color: 4666373.

HSL color Cylindrical-coordinate representation of color #053447: hue angle of 197.27º 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 #053447 is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 5 52 71 -
CMYK 0.93 0.27 0 0.72
HSL 197.27º 0.87% 0.15% -
HSV(B) 197.27º 0.93% 0.28% -
XYZ 2.43 2.94 6.4 -
YUV 40.11 145.43 102.96 -
System Red Green Blue C M Y K H S L
Decimal 5 52 71 0.93 0.27 0 0.72 197.27 0.87 0.15
Hex 5 34 47 5D 1B 0 48 C5 57 F
Octal 5 64 107 135 33 0 110 305 127 17
Binary 101 110100 1000111 1011101 11011 0 1001000 11000101 1010111 1111

Color Harmonies of #053447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053447

Black with #053447

Text Example


Text Example

White with #053447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053447; }

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

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

background-color css

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

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

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

border-color css

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

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

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