Html Css Color HEX #053443 Blue Whale

📋 copy color: '#053443'

red 5 ◦ green 52 ◦ blue 67

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

Shades of Blue Whale #053443

Tints of Blue Whale #053443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 54.03%

R = 4.03%
G = 41.94%
B = 54.03%

CMYK

 C value IS 0.93

 M value IS 0.22

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#053443 (or 0x053443) is known color: Blue Whale. HEX triplet: 05, 34 and 43. RGB value is (5,52,67). Sum of RGB (Red+Green+Blue) = 5+52+67=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 52 (20.70% from 255 or 41.94% from 124); Blue value is 67 (26.56% from 255 or 54.03% from 124); Max value from RGB is 67 - color contains mainly: blue. Hex color #053443 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053443 is #FACBBC. Grayscale: #272727. Windows color (decimal): -16436157 or 4404229. OLE color: 4404229.

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

Color convert

RGB 5 52 67 -
CMYK 0.93 0.22 0 0.74
HSL 194.52º 0.86% 0.14% -
HSV(B) 194.52º 0.93% 0.26% -
XYZ 2.3 2.89 5.75 -
YUV 39.66 143.43 103.28 -
System Red Green Blue C M Y K H S L
Decimal 5 52 67 0.93 0.22 0 0.74 194.52 0.86 0.14
Hex 5 34 43 5D 16 0 4A C3 56 E
Octal 5 64 103 135 26 0 112 303 126 16
Binary 101 110100 1000011 1011101 10110 0 1001010 11000011 1010110 1110

Color Harmonies of #053443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053443

Black with #053443

Text Example


Text Example

White with #053443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053443; }

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

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

background-color css

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

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

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

border-color css

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

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

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