Html Css Color HEX #053448 Blue Whale

📋 copy color: '#053448'

red 5 ◦ green 52 ◦ blue 72

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

Shades of Blue Whale #053448

Tints of Blue Whale #053448

RGB

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

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

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

R = 3.88%
G = 40.31%
B = 55.81%

CMYK

 C value IS 0.93

 M value IS 0.28

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#053448 (or 0x053448) is known color: Blue Whale. HEX triplet: 05, 34 and 48. RGB value is (5,52,72). Sum of RGB (Red+Green+Blue) = 5+52+72=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 52 (20.70% from 255 or 40.31% from 129); Blue value is 72 (28.52% from 255 or 55.81% from 129); Max value from RGB is 72 - color contains mainly: blue. Hex color #053448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053448 is #FACBB7. Grayscale: #282828. Windows color (decimal): -16436152 or 4731909. OLE color: 4731909.

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

Color convert

RGB 5 52 72 -
CMYK 0.93 0.28 0 0.72
HSL 197.91º 0.87% 0.15% -
HSV(B) 197.91º 0.93% 0.28% -
XYZ 2.46 2.96 6.57 -
YUV 40.23 145.93 102.87 -
System Red Green Blue C M Y K H S L
Decimal 5 52 72 0.93 0.28 0 0.72 197.91 0.87 0.15
Hex 5 34 48 5D 1C 0 48 C6 57 F
Octal 5 64 110 135 34 0 110 306 127 17
Binary 101 110100 1001000 1011101 11100 0 1001000 11000110 1010111 1111

Color Harmonies of #053448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053448

Black with #053448

Text Example


Text Example

White with #053448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053448; }

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

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

background-color css

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

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

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

border-color css

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

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

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