Html Css Color HEX #053242 Blue Whale

📋 copy color: '#053242'

red 5 ◦ green 50 ◦ blue 66

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

Shades of Blue Whale #053242

Tints of Blue Whale #053242

RGB

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

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

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

R = 4.13%
G = 41.32%
B = 54.55%

CMYK

 C value IS 0.92

 M value IS 0.24

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#053242 (or 0x053242) is known color: Blue Whale. HEX triplet: 05, 32 and 42. RGB value is (5,50,66). Sum of RGB (Red+Green+Blue) = 5+50+66=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 66 (26.17% from 255 or 54.55% from 121); Max value from RGB is 66 - color contains mainly: blue. Hex color #053242 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053242 is #FACDBD. Grayscale: #262626. Windows color (decimal): -16436670 or 4338181. OLE color: 4338181.

HSL color Cylindrical-coordinate representation of color #053242: hue angle of 195.74º 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 #053242 is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 5 50 66 -
CMYK 0.92 0.24 0 0.74
HSL 195.74º 0.86% 0.14% -
HSV(B) 195.74º 0.92% 0.26% -
XYZ 2.19 2.71 5.56 -
YUV 38.37 143.59 104.2 -
System Red Green Blue C M Y K H S L
Decimal 5 50 66 0.92 0.24 0 0.74 195.74 0.86 0.14
Hex 5 32 42 5C 18 0 4A C4 56 E
Octal 5 62 102 134 30 0 112 304 126 16
Binary 101 110010 1000010 1011100 11000 0 1001010 11000100 1010110 1110

Color Harmonies of #053242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053242

Black with #053242

Text Example


Text Example

White with #053242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053242; }

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

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

background-color css

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

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

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

border-color css

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

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

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