#155566

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

Shades of Arapawa #155566

Tints of Arapawa #155566

Color information

#155566 (or 0x155566) is unknown color: approx Arapawa. HEX triplet: 15, 55 and 66. RGB value is (21,85,102). Sum of RGB (Red+Green+Blue) = 21+85+102=208 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.10% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 102 (40.23% from 255 or 49.04% from 208); Max value from RGB is 102 - color contains mainly: blue. Hex color #155566 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155566 is #EAAA99. Grayscale: #434343. Windows color (decimal): -15379098 or 6706453. OLE color: 6706453.

HSL color Cylindrical-coordinate representation of color #155566: hue angle of 192.59º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #155566 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2185102-
CMYK0.790.1700.6
HSL192.59º65.85%24.12%-
HSV(B)192.59º79.41%40%-
XYZ5.967.6213.73-
YUV67.8147.394.62-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.10%
GREEN value IS 85 (33.59% from 255) = 40.87%
BLUE value IS 102 (40.23% from 255) = 49.04%
R=10.10%
G=40.87%
B=49.04%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21851020.790.1700.6192.5965.8524.12
Hex1555664F1103Cc14218
Octal251251461172107430110230
Binary1010110101011100110100111110001011110011000001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155566; }

 p { color: rgb(21,85,102); }

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

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

 a { background-color: rgb(21,85,102); }

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

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

 span { border-color: rgb(21,85,102); }

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