Html Css Color HEX #053444 Blue Whale

📋 copy color: '#053444'

red 5 ◦ green 52 ◦ blue 68

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

Shades of Blue Whale #053444

Tints of Blue Whale #053444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 54.4%

R = 4%
G = 41.6%
B = 54.4%

CMYK

 C value IS 0.93

 M value IS 0.24

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#053444 (or 0x053444) is known color: Blue Whale. HEX triplet: 05, 34 and 44. RGB value is (5,52,68). Sum of RGB (Red+Green+Blue) = 5+52+68=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 52 (20.70% from 255 or 41.6% from 125); Blue value is 68 (26.95% from 255 or 54.4% from 125); Max value from RGB is 68 - color contains mainly: blue. Hex color #053444 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053444 is #FACBBB. Grayscale: #272727. Windows color (decimal): -16436156 or 4469765. OLE color: 4469765.

HSL color Cylindrical-coordinate representation of color #053444: hue angle of 195.24º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #053444 is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 52 68 -
CMYK 0.93 0.24 0 0.73
HSL 195.24º 0.86% 0.14% -
HSV(B) 195.24º 0.93% 0.27% -
XYZ 2.33 2.91 5.91 -
YUV 39.77 143.93 103.2 -
System Red Green Blue C M Y K H S L
Decimal 5 52 68 0.93 0.24 0 0.73 195.24 0.86 0.14
Hex 5 34 44 5D 18 0 49 C3 56 E
Octal 5 64 104 135 30 0 111 303 126 16
Binary 101 110100 1000100 1011101 11000 0 1001001 11000011 1010110 1110

Color Harmonies of #053444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053444

Black with #053444

Text Example


Text Example

White with #053444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053444; }

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

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

background-color css

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

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

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

border-color css

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

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

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