#05223D

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

Shades of Tangaroa #05223D

Tints of Tangaroa #05223D

Color information

#05223D (or 0x05223D) is unknown color: approx Tangaroa. HEX triplet: 05, 22 and 3D. RGB value is (5,34,61). Sum of RGB (Red+Green+Blue) = 5+34+61=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 34 (13.67% from 255 or 34% from 100); Blue value is 61 (24.22% from 255 or 61% from 100); Max value from RGB is 61 - color contains mainly: blue. Hex color #05223D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05223D is #FADDC2. Grayscale: #1C1C1C. Windows color (decimal): -16440771 or 4006405. OLE color: 4006405.

HSL color Cylindrical-coordinate representation of color #05223D: hue angle of 208.93º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05223D is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB53461-
CMYK0.920.4400.76
HSL208.93º84.85%12.94%-
HSV(B)208.93º91.8%23.92%-
XYZ1.481.514.63-
YUV28.41146.39111.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5%
GREEN value IS 34 (13.67% from 255) = 34%
BLUE value IS 61 (24.22% from 255) = 61%
R=5%
G=34%
B=61%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal534610.920.4400.76208.9384.8512.94
Hex5223D5C2C04Cd155d
Octal5427513454011432112515
Binary1011000101111011011100101100010011001101000110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05223D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05223D; }

 p { color: rgb(5,34,61); }

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

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

 a { background-color: rgb(5,34,61); }

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

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

 span { border-color: rgb(5,34,61); }

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