Html Css Color HEX #053345 Blue Whale

📋 copy color: '#053345'

red 5 ◦ green 51 ◦ blue 69

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

Shades of Blue Whale #053345

Tints of Blue Whale #053345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 55.2%

R = 4%
G = 40.8%
B = 55.2%

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

#053345 (or 0x053345) is known color: Blue Whale. HEX triplet: 05, 33 and 45. RGB value is (5,51,69). Sum of RGB (Red+Green+Blue) = 5+51+69=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 51 (20.31% from 255 or 40.8% from 125); Blue value is 69 (27.34% from 255 or 55.2% from 125); Max value from RGB is 69 - color contains mainly: blue. Hex color #053345 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053345 is #FACCBA. Grayscale: #272727. Windows color (decimal): -16436411 or 4535045. OLE color: 4535045.

HSL color Cylindrical-coordinate representation of color #053345: hue angle of 196.88º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #053345 is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 51 69 -
CMYK 0.93 0.26 0 0.73
HSL 196.88º 0.86% 0.15% -
HSV(B) 196.88º 0.93% 0.27% -
XYZ 2.32 2.83 6.05 -
YUV 39.3 144.76 103.54 -
System Red Green Blue C M Y K H S L
Decimal 5 51 69 0.93 0.26 0 0.73 196.88 0.86 0.15
Hex 5 33 45 5D 1A 0 49 C5 56 F
Octal 5 63 105 135 32 0 111 305 126 17
Binary 101 110011 1000101 1011101 11010 0 1001001 11000101 1010110 1111

Color Harmonies of #053345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053345

Black with #053345

Text Example


Text Example

White with #053345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053345; }

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

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

background-color css

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

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

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

border-color css

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

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

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