Html Css Color HEX #053342 Blue Whale

📋 copy color: '#053342'

red 5 ◦ green 51 ◦ blue 66

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

Shades of Blue Whale #053342

Tints of Blue Whale #053342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 54.1%

R = 4.1%
G = 41.8%
B = 54.1%

CMYK

 C value IS 0.92

 M value IS 0.23

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#053342 (or 0x053342) is known color: Blue Whale. HEX triplet: 05, 33 and 42. RGB value is (5,51,66). Sum of RGB (Red+Green+Blue) = 5+51+66=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 51 (20.31% from 255 or 41.80% from 122); Blue value is 66 (26.17% from 255 or 54.10% from 122); Max value from RGB is 66 - color contains mainly: blue. Hex color #053342 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053342 is #FACCBD. Grayscale: #262626. Windows color (decimal): -16436414 or 4338437. OLE color: 4338437.

HSL color Cylindrical-coordinate representation of color #053342: hue angle of 194.75º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053342 is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 5 51 66 -
CMYK 0.92 0.23 0 0.74
HSL 194.75º 0.86% 0.14% -
HSV(B) 194.75º 0.92% 0.26% -
XYZ 2.23 2.79 5.58 -
YUV 38.96 143.26 103.78 -
System Red Green Blue C M Y K H S L
Decimal 5 51 66 0.92 0.23 0 0.74 194.75 0.86 0.14
Hex 5 33 42 5C 17 0 4A C3 56 E
Octal 5 63 102 134 27 0 112 303 126 16
Binary 101 110011 1000010 1011100 10111 0 1001010 11000011 1010110 1110

Color Harmonies of #053342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053342

Black with #053342

Text Example


Text Example

White with #053342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053342; }

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

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

background-color css

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

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

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

border-color css

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

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

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