Html Css Color HEX #053344 Blue Whale

📋 copy color: '#053344'

red 5 ◦ green 51 ◦ blue 68

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

Shades of Blue Whale #053344

Tints of Blue Whale #053344

RGB

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

 GREEN value IS 51 (20.31% from 255) = 41.13%

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

R = 4.03%
G = 41.13%
B = 54.84%

CMYK

 C value IS 0.93

 M value IS 0.25

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#053344 (or 0x053344) is known color: Blue Whale. HEX triplet: 05, 33 and 44. RGB value is (5,51,68). Sum of RGB (Red+Green+Blue) = 5+51+68=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 68 (26.95% from 255 or 54.84% from 124); Max value from RGB is 68 - color contains mainly: blue. Hex color #053344 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053344 is #FACCBB. Grayscale: #272727. Windows color (decimal): -16436412 or 4469509. OLE color: 4469509.

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

Color convert

RGB 5 51 68 -
CMYK 0.93 0.25 0 0.73
HSL 196.19º 0.86% 0.14% -
HSV(B) 196.19º 0.93% 0.27% -
XYZ 2.29 2.82 5.89 -
YUV 39.18 144.26 103.62 -
System Red Green Blue C M Y K H S L
Decimal 5 51 68 0.93 0.25 0 0.73 196.19 0.86 0.14
Hex 5 33 44 5D 19 0 49 C4 56 E
Octal 5 63 104 135 31 0 111 304 126 16
Binary 101 110011 1000100 1011101 11001 0 1001001 11000100 1010110 1110

Color Harmonies of #053344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053344

Black with #053344

Text Example


Text Example

White with #053344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053344; }

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

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

background-color css

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

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

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

border-color css

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

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

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