Html Css Color HEX #053244 Blue Whale

📋 copy color: '#053244'

red 5 ◦ green 50 ◦ blue 68

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

Shades of Blue Whale #053244

Tints of Blue Whale #053244

RGB

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

 GREEN value IS 50 (19.92% from 255) = 40.65%

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

R = 4.07%
G = 40.65%
B = 55.28%

CMYK

 C value IS 0.93

 M value IS 0.26

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#053244 (or 0x053244) is known color: Blue Whale. HEX triplet: 05, 32 and 44. RGB value is (5,50,68). Sum of RGB (Red+Green+Blue) = 5+50+68=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 68 (26.95% from 255 or 55.28% from 123); Max value from RGB is 68 - color contains mainly: blue. Hex color #053244 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053244 is #FACDBB. Grayscale: #262626. Windows color (decimal): -16436668 or 4469253. OLE color: 4469253.

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

Color convert

RGB 5 50 68 -
CMYK 0.93 0.26 0 0.73
HSL 197.14º 0.86% 0.14% -
HSV(B) 197.14º 0.93% 0.27% -
XYZ 2.25 2.73 5.88 -
YUV 38.6 144.59 104.04 -
System Red Green Blue C M Y K H S L
Decimal 5 50 68 0.93 0.26 0 0.73 197.14 0.86 0.14
Hex 5 32 44 5D 1A 0 49 C5 56 E
Octal 5 62 104 135 32 0 111 305 126 16
Binary 101 110010 1000100 1011101 11010 0 1001001 11000101 1010110 1110

Color Harmonies of #053244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053244

Black with #053244

Text Example


Text Example

White with #053244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053244; }

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

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

background-color css

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

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

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

border-color css

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

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

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