#053045

Color #053045 Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #053045

Tints of Blue Whale #053045

Color information

#053045 (or 0x053045) is unknown color: approx Blue Whale. HEX triplet: 05, 30 and 45. RGB value is (5,48,69). Sum of RGB (Red+Green+Blue) = 5+48+69=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 69 (27.34% from 255 or 56.56% from 122); Max value from RGB is 69 - color contains mainly: blue. Hex color #053045 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053045 is #FACFBA. Grayscale: #252525. Windows color (decimal): -16437179 or 4534277. OLE color: 4534277.

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

Color convert

RGB54869-
CMYK0.930.3000.73
HSL199.69º86.49%14.51%-
HSV(B)199.69º92.75%27.06%-
XYZ2.192.586.01-
YUV37.54145.75104.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.10%
GREEN value IS 48 (19.14% from 255) = 39.34%
BLUE value IS 69 (27.34% from 255) = 56.56%
R=4.10%
G=39.34%
B=56.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal548690.930.3000.73199.6986.4914.51
Hex530455D1E049c856f
Octal56010513536011131012617
Binary1011100001000101101110111110010010011100100010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053045; }

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

 H1.HeaderClassName
 {
   color: #053045;
 }
 .AnyTagClassName
 {
   color: #053045;
 }
</style>
background-color css

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

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

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

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

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

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