Html Css Color HEX #053549 Blue Whale

📋 copy color: '#053549'

red 5 ◦ green 53 ◦ blue 73

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

Shades of Blue Whale #053549

Tints of Blue Whale #053549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 55.73%

R = 3.82%
G = 40.46%
B = 55.73%

CMYK

 C value IS 0.93

 M value IS 0.27

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#053549 (or 0x053549) is known color: Blue Whale. HEX triplet: 05, 35 and 49. RGB value is (5,53,73). Sum of RGB (Red+Green+Blue) = 5+53+73=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 53 (21.09% from 255 or 40.46% from 131); Blue value is 73 (28.91% from 255 or 55.73% from 131); Max value from RGB is 73 - color contains mainly: blue. Hex color #053549 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053549 is #FACAB6. Grayscale: #282828. Windows color (decimal): -16435895 or 4797701. OLE color: 4797701.

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

Color convert

RGB 5 53 73 -
CMYK 0.93 0.27 0 0.71
HSL 197.65º 0.87% 0.15% -
HSV(B) 197.65º 0.93% 0.29% -
XYZ 2.54 3.06 6.76 -
YUV 40.93 146.1 102.37 -
System Red Green Blue C M Y K H S L
Decimal 5 53 73 0.93 0.27 0 0.71 197.65 0.87 0.15
Hex 5 35 49 5D 1B 0 47 C6 57 F
Octal 5 65 111 135 33 0 107 306 127 17
Binary 101 110101 1001001 1011101 11011 0 1000111 11000110 1010111 1111

Color Harmonies of #053549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053549

Black with #053549

Text Example


Text Example

White with #053549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053549; }

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

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

background-color css

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

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

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

border-color css

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

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

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