#052638

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

Shades of Tangaroa #052638

Tints of Tangaroa #052638

Color information

#052638 (or 0x052638) is unknown color: approx Tangaroa. HEX triplet: 05, 26 and 38. RGB value is (5,38,56). Sum of RGB (Red+Green+Blue) = 5+38+56=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 38 (15.23% from 255 or 38.38% from 99); Blue value is 56 (22.27% from 255 or 56.57% from 99); Max value from RGB is 56 - color contains mainly: blue. Hex color #052638 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052638 is #FAD9C7. Grayscale: #1E1E1E. Windows color (decimal): -16439752 or 3679749. OLE color: 3679749.

HSL color Cylindrical-coordinate representation of color #052638: hue angle of 201.18º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #052638 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB53856-
CMYK0.910.3200.78
HSL201.18º83.61%11.96%-
HSV(B)201.18º91.07%21.96%-
XYZ1.471.73.99-
YUV30.18142.57110.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.05%
GREEN value IS 38 (15.23% from 255) = 38.38%
BLUE value IS 56 (22.27% from 255) = 56.57%
R=5.05%
G=38.38%
B=56.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal538560.910.3200.78201.1883.6111.96
Hex526385B2004Ec954c
Octal5467013340011631112414
Binary1011001101110001011011100000010011101100100110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052638; }

 p { color: rgb(5,38,56); }

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

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

 a { background-color: rgb(5,38,56); }

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

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

 span { border-color: rgb(5,38,56); }

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