Html Css Color HEX #053241 Blue Whale

📋 copy color: '#053241'

red 5 ◦ green 50 ◦ blue 65

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

Shades of Blue Whale #053241

Tints of Blue Whale #053241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 54.17%

R = 4.17%
G = 41.67%
B = 54.17%

CMYK

 C value IS 0.92

 M value IS 0.23

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#053241 (or 0x053241) is known color: Blue Whale. HEX triplet: 05, 32 and 41. RGB value is (5,50,65). Sum of RGB (Red+Green+Blue) = 5+50+65=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 65 (25.78% from 255 or 54.17% from 120); Max value from RGB is 65 - color contains mainly: blue. Hex color #053241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053241 is #FACDBE. Grayscale: #262626. Windows color (decimal): -16436671 or 4272645. OLE color: 4272645.

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

Color convert

RGB 5 50 65 -
CMYK 0.92 0.23 0 0.75
HSL 195º 0.86% 0.14% -
HSV(B) 195º 0.92% 0.25% -
XYZ 2.16 2.7 5.41 -
YUV 38.26 143.09 104.28 -
System Red Green Blue C M Y K H S L
Decimal 5 50 65 0.92 0.23 0 0.75 195 0.86 0.14
Hex 5 32 41 5C 17 0 4B C3 56 E
Octal 5 62 101 134 27 0 113 303 126 16
Binary 101 110010 1000001 1011100 10111 0 1001011 11000011 1010110 1110

Color Harmonies of #053241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053241

Black with #053241

Text Example


Text Example

White with #053241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053241; }

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

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

background-color css

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

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

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

border-color css

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

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

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