#05223A

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

Shades of Tangaroa #05223A

Tints of Tangaroa #05223A

Color information

#05223A (or 0x05223A) is unknown color: approx Tangaroa. HEX triplet: 05, 22 and 3A. RGB value is (5,34,58). Sum of RGB (Red+Green+Blue) = 5+34+58=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 34 (13.67% from 255 or 35.05% from 97); Blue value is 58 (23.05% from 255 or 59.79% from 97); Max value from RGB is 58 - color contains mainly: blue. Hex color #05223A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05223A is #FADDC5. Grayscale: #1B1B1B. Windows color (decimal): -16440774 or 3809797. OLE color: 3809797.

HSL color Cylindrical-coordinate representation of color #05223A: hue angle of 207.17º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05223A is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB53458-
CMYK0.910.4100.77
HSL207.17º84.13%12.35%-
HSV(B)207.17º91.38%22.75%-
XYZ1.41.484.22-
YUV28.06144.89111.55-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.15%
GREEN value IS 34 (13.67% from 255) = 35.05%
BLUE value IS 58 (23.05% from 255) = 59.79%
R=5.15%
G=35.05%
B=59.79%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal534580.910.4100.77207.1784.1312.35
Hex5223A5B2904Dcf54c
Octal5427213351011531712414
Binary1011000101110101011011101001010011011100111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05223A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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