#052745

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

Shades of Tangaroa #052745

Tints of Tangaroa #052745

Color information

#052745 (or 0x052745) is unknown color: approx Tangaroa. HEX triplet: 05, 27 and 45. RGB value is (5,39,69). Sum of RGB (Red+Green+Blue) = 5+39+69=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 39 (15.62% from 255 or 34.51% from 113); Blue value is 69 (27.34% from 255 or 61.06% from 113); Max value from RGB is 69 - color contains mainly: blue. Hex color #052745 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052745 is #FAD8BA. Grayscale: #202020. Windows color (decimal): -16439483 or 4531973. OLE color: 4531973.

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

Color convert

RGB53969-
CMYK0.930.4300.73
HSL208.12º86.49%14.51%-
HSV(B)208.12º92.75%27.06%-
XYZ1.861.915.9-
YUV32.25148.74108.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.42%
GREEN value IS 39 (15.62% from 255) = 34.51%
BLUE value IS 69 (27.34% from 255) = 61.06%
R=4.42%
G=34.51%
B=61.06%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal539690.930.4300.73208.1286.4914.51
Hex527455D2B049d056f
Octal54710513553011132012617
Binary10110011110001011011101101011010010011101000010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052745; }

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

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

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

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

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

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

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

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