Html Css Color HEX #053548 Blue Whale

📋 copy color: '#053548'

red 5 ◦ green 53 ◦ blue 72

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

Shades of Blue Whale #053548

Tints of Blue Whale #053548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 55.38%

R = 3.85%
G = 40.77%
B = 55.38%

CMYK

 C value IS 0.93

 M value IS 0.26

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#053548 (or 0x053548) is known color: Blue Whale. HEX triplet: 05, 35 and 48. RGB value is (5,53,72). Sum of RGB (Red+Green+Blue) = 5+53+72=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 53 (21.09% from 255 or 40.77% from 130); Blue value is 72 (28.52% from 255 or 55.38% from 130); Max value from RGB is 72 - color contains mainly: blue. Hex color #053548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053548 is #FACAB7. Grayscale: #282828. Windows color (decimal): -16435896 or 4732165. OLE color: 4732165.

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

Color convert

RGB 5 53 72 -
CMYK 0.93 0.26 0 0.72
HSL 197.01º 0.87% 0.15% -
HSV(B) 197.01º 0.93% 0.28% -
XYZ 2.51 3.05 6.59 -
YUV 40.81 145.6 102.46 -
System Red Green Blue C M Y K H S L
Decimal 5 53 72 0.93 0.26 0 0.72 197.01 0.87 0.15
Hex 5 35 48 5D 1A 0 48 C5 57 F
Octal 5 65 110 135 32 0 110 305 127 17
Binary 101 110101 1001000 1011101 11010 0 1001000 11000101 1010111 1111

Color Harmonies of #053548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053548

Black with #053548

Text Example


Text Example

White with #053548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053548; }

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

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

background-color css

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

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

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

border-color css

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

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

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