Html Css Color HEX #053546 Blue Whale

📋 copy color: '#053546'

red 5 ◦ green 53 ◦ blue 70

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

Shades of Blue Whale #053546

Tints of Blue Whale #053546

RGB

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

 GREEN value IS 53 (21.09% from 255) = 41.41%

 BLUE value IS 70 (27.73% from 255) = 54.69%

R = 3.91%
G = 41.41%
B = 54.69%

CMYK

 C value IS 0.93

 M value IS 0.24

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#053546 (or 0x053546) is known color: Blue Whale. HEX triplet: 05, 35 and 46. RGB value is (5,53,70). Sum of RGB (Red+Green+Blue) = 5+53+70=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 70 (27.73% from 255 or 54.69% from 128); Max value from RGB is 70 - color contains mainly: blue. Hex color #053546 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053546 is #FACAB9. Grayscale: #282828. Windows color (decimal): -16435898 or 4601093. OLE color: 4601093.

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

Color convert

RGB 5 53 70 -
CMYK 0.93 0.24 0 0.73
HSL 195.69º 0.87% 0.15% -
HSV(B) 195.69º 0.93% 0.27% -
XYZ 2.44 3.02 6.25 -
YUV 40.59 144.6 102.62 -
System Red Green Blue C M Y K H S L
Decimal 5 53 70 0.93 0.24 0 0.73 195.69 0.87 0.15
Hex 5 35 46 5D 18 0 49 C4 57 F
Octal 5 65 106 135 30 0 111 304 127 17
Binary 101 110101 1000110 1011101 11000 0 1001001 11000100 1010111 1111

Color Harmonies of #053546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053546

Black with #053546

Text Example


Text Example

White with #053546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053546; }

 p { color: rgb(5,53,70); }

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

background-color css

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

 a { background-color: rgb(5,53,70); }

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

border-color css

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

 span { border-color: rgb(5,53,70); }

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