Html Css Color HEX #053445 Blue Whale

📋 copy color: '#053445'

red 5 ◦ green 52 ◦ blue 69

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

Shades of Blue Whale #053445

Tints of Blue Whale #053445

RGB

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

 GREEN value IS 52 (20.7% from 255) = 41.27%

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

R = 3.97%
G = 41.27%
B = 54.76%

CMYK

 C value IS 0.93

 M value IS 0.25

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#053445 (or 0x053445) is known color: Blue Whale. HEX triplet: 05, 34 and 45. RGB value is (5,52,69). Sum of RGB (Red+Green+Blue) = 5+52+69=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 52 (20.70% from 255 or 41.27% from 126); Blue value is 69 (27.34% from 255 or 54.76% from 126); Max value from RGB is 69 - color contains mainly: blue. Hex color #053445 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053445 is #FACBBA. Grayscale: #272727. Windows color (decimal): -16436155 or 4535301. OLE color: 4535301.

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

Color convert

RGB 5 52 69 -
CMYK 0.93 0.25 0 0.73
HSL 195.94º 0.86% 0.15% -
HSV(B) 195.94º 0.93% 0.27% -
XYZ 2.36 2.92 6.07 -
YUV 39.89 144.43 103.12 -
System Red Green Blue C M Y K H S L
Decimal 5 52 69 0.93 0.25 0 0.73 195.94 0.86 0.15
Hex 5 34 45 5D 19 0 49 C4 56 F
Octal 5 64 105 135 31 0 111 304 126 17
Binary 101 110100 1000101 1011101 11001 0 1001001 11000100 1010110 1111

Color Harmonies of #053445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053445

Black with #053445

Text Example


Text Example

White with #053445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053445; }

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

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

background-color css

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

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

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

border-color css

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

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

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